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