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