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