My goal is to display a colored rectangle within a table and have it look visually appealing, but my skills in HTML/CSS are lacking.
Here is what I currently have (which looks quite unattractive):
<table>
<tr>
<td>
#2E21FF <span style="background-color: #2E21FF;border-width=1px;border-style:solid;border-color:rgb(204,204,204);padding:0;margin:0;"> </span>
</td>
</tr>
</table>
This demonstration of minicolors showcases a beautiful swatch in the input field that I'm struggling to replicate: