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