Enter a color:

Text as the color #DCDEFB


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

Background using #DCDEFB


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

Border color as #DCDEFB


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

Text shadow using #DCDEFB


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

Box shadow as #DCDEFB


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

Related Tools:

CSS Fonts


Saved Palette


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