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