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