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