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