#dfc9cf
a light, soft magenta / pink · warm · closest name: silver
RGB
223, 201, 207
HSL
344°, 26%, 83%
CMYK
0, 10, 7, 13
Luminance
0.6197
Every format
| HEX | #dfc9cf |
| RGB | rgb(223, 201, 207) |
| HSL | hsl(344, 26%, 83%) |
| CMYK | cmyk(0%, 10%, 7%, 13%) |
| LAB | lab(82.9 8.7 -0.2) |
| LCH | lch(82.9 8.7 358.8) |
| OKLCH | oklch(0.856 0.026 359.2) |
Copy-ready code
/* CSS */
color: #dfc9cf;
background-color: #dfc9cf;
/* Tailwind (arbitrary) */
class="text-[#dfc9cf] bg-[#dfc9cf]"
/* SCSS */
$brand: #dfc9cf;
/* SwiftUI */
Color(red: 0.875, green: 0.788, blue: 0.812)
/* Android */
Color.parseColor("#dfc9cf")Accessibility — WCAG contrast
Aa
#dfc9cf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc9cf on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green78.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow7.2%
Key (black)12.5%
Color previews
#dfc9cf text on a black background
contrast 13.39:1
Card sample
#dfc9cf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc9cf;
Background color
Panel with #dfc9cf background
background-color: #dfc9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 201, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 201, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc9cf; background: linear-gradient(135deg, #dfc9cf, #DFD2C9);