#dfcfd1
a light, soft red · warm · closest name: silver
RGB
223, 207, 209
HSL
353°, 20%, 84%
CMYK
0, 7, 6, 13
Luminance
0.6492
Every format
| HEX | #dfcfd1 |
| RGB | rgb(223, 207, 209) |
| HSL | hsl(353, 20%, 84%) |
| CMYK | cmyk(0%, 7%, 6%, 13%) |
| LAB | lab(84.4 5.9 1.0) |
| LCH | lch(84.4 6.0 9.7) |
| OKLCH | oklch(0.868 0.018 8.8) |
Copy-ready code
/* CSS */
color: #dfcfd1;
background-color: #dfcfd1;
/* Tailwind (arbitrary) */
class="text-[#dfcfd1] bg-[#dfcfd1]"
/* SCSS */
$brand: #dfcfd1;
/* SwiftUI */
Color(red: 0.875, green: 0.812, blue: 0.820)
/* Android */
Color.parseColor("#dfcfd1")Accessibility — WCAG contrast
Aa
#dfcfd1 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcfd1 on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green81.2%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow6.3%
Key (black)12.5%
Color previews
#dfcfd1 text on a black background
contrast 13.98:1
Card sample
#dfcfd1 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcfd1;
Background color
Panel with #dfcfd1 background
background-color: #dfcfd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcfd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 207, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 207, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcfd1; background: linear-gradient(135deg, #dfcfd1, #DFD8CF);