Enter a color:

Text as the color #DFCFFB


HTML:
<div style="color: #DFCFFB"></div>
CSS:
.class { color: #DFCFFB; }

Background using #DFCFFB


HTML:
<div style="background-color: #DFCFFB"></div>
CSS:
.class { background-color: #DFCFFB; }

Border color as #DFCFFB


HTML:
<div style="border: 2px solid #DFCFFB"></div>
CSS:
.class { border: 2px solid #DFCFFB; }

Text shadow using #DFCFFB


HTML:
<div style="text-shadow: 3px 3px 2px #DFCFFB"></div>
CSS:
.class { text-shadow: 3px 3px 2px #DFCFFB; }

Box shadow as #DFCFFB


HTML:
<div style="box-shadow: 1px 1px 3px 2px #DFCFFB; -webkit-box-shadow: 1px 1px 3px 2px #DFCFFB;-moz-box-shadow:1px 1px 3px 2px #DFCFFB"></div>
CSS:
.class { box-shadow: 1px 1px 3px 2px #DFCFFB; -webkit-box-shadow: 1px 1px 3px 2px #DFCFFB;-moz-box-shadow:1px 1px 3px 2px #DFCFFB; }

Related Tools:

CSS Fonts


Saved Palette


Click Save to keep a list of colors you like and want to work with.