Enter a color:

Text as the color #CFAACC


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

Background using #CFAACC


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

Border color as #CFAACC


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

Text shadow using #CFAACC


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

Box shadow as #CFAACC


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

Related Tools:

CSS Fonts


Saved Palette


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