#dfcccf
a light, soft red · warm · closest name: silver
RGB
223, 204, 207
HSL
351°, 23%, 84%
CMYK
0, 9, 7, 13
Luminance
0.6338
Every format
| HEX | #dfcccf |
| RGB | rgb(223, 204, 207) |
| HSL | hsl(351, 23%, 84%) |
| CMYK | cmyk(0%, 9%, 7%, 13%) |
| LAB | lab(83.6 7.1 0.9) |
| LCH | lch(83.6 7.2 7.3) |
| OKLCH | oklch(0.862 0.022 6.7) |
Copy-ready code
/* CSS */
color: #dfcccf;
background-color: #dfcccf;
/* Tailwind (arbitrary) */
class="text-[#dfcccf] bg-[#dfcccf]"
/* SCSS */
$brand: #dfcccf;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#dfcccf")Accessibility — WCAG contrast
Aa
#dfcccf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcccf on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow7.2%
Key (black)12.5%
Color previews
#dfcccf text on a black background
contrast 13.68:1
Card sample
#dfcccf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcccf;
Background color
Panel with #dfcccf background
background-color: #dfcccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcccf; background: linear-gradient(135deg, #dfcccf, #DFD6CC);