HEX
#
RGB
HSL

#7B68EE CSS / HTML Preview

Text with hexadecimal color #7B68EE

This text has a font color of #7B68EE.

<span style="color:#7B68EE;">Your text here</span>
#7B68EE border color

This element has a border color of #7B68EE.

<div style="border:2px solid #7B68EE;">Content here</div>
#7B68EE background color

This paragraph has a background color of #7B68EE.

<p style="background-color:#7B68EE;">Content here</p>
CSS codes
.text {color:#7B68EE;}
.background {background-color:#7B68EE;}
.border {border:1px solid #7B68EE;}