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