#dfc6cf
a light, soft magenta / pink · warm · closest name: silver
RGB
223, 198, 207
HSL
338°, 28%, 83%
CMYK
0, 11, 7, 13
Luminance
0.6058
Every format
| HEX | #dfc6cf |
| RGB | rgb(223, 198, 207) |
| HSL | hsl(338, 28%, 83%) |
| CMYK | cmyk(0%, 11%, 7%, 13%) |
| LAB | lab(82.2 10.3 -1.3) |
| LCH | lch(82.2 10.4 353.0) |
| OKLCH | oklch(0.850 0.030 354.0) |
Copy-ready code
/* CSS */
color: #dfc6cf;
background-color: #dfc6cf;
/* Tailwind (arbitrary) */
class="text-[#dfc6cf] bg-[#dfc6cf]"
/* SCSS */
$brand: #dfc6cf;
/* SwiftUI */
Color(red: 0.875, green: 0.776, blue: 0.812)
/* Android */
Color.parseColor("#dfc6cf")Accessibility — WCAG contrast
Aa
#dfc6cf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc6cf on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green77.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow7.2%
Key (black)12.5%
Color previews
#dfc6cf text on a black background
contrast 13.12:1
Card sample
#dfc6cf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc6cf;
Background color
Panel with #dfc6cf background
background-color: #dfc6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 198, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 198, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc6cf; background: linear-gradient(135deg, #dfc6cf, #DFCEC6);