#dcc6cf
a light, soft magenta / pink · warm · closest name: silver
RGB
220, 198, 207
HSL
336°, 24%, 82%
CMYK
0, 10, 6, 14
Luminance
0.6011
Every format
| HEX | #dcc6cf |
| RGB | rgb(220, 198, 207) |
| HSL | hsl(336, 24%, 82%) |
| CMYK | cmyk(0%, 10%, 6%, 14%) |
| LAB | lab(81.9 9.3 -1.7) |
| LCH | lch(81.9 9.4 349.8) |
| OKLCH | oklch(0.848 0.027 351.0) |
Copy-ready code
/* CSS */
color: #dcc6cf;
background-color: #dcc6cf;
/* Tailwind (arbitrary) */
class="text-[#dcc6cf] bg-[#dcc6cf]"
/* SCSS */
$brand: #dcc6cf;
/* SwiftUI */
Color(red: 0.863, green: 0.776, blue: 0.812)
/* Android */
Color.parseColor("#dcc6cf")Accessibility — WCAG contrast
Aa
#dcc6cf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc6cf on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green77.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow5.9%
Key (black)13.7%
Color previews
#dcc6cf text on a black background
contrast 13.02:1
Card sample
#dcc6cf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc6cf;
Background color
Panel with #dcc6cf background
background-color: #dcc6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 198, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 198, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc6cf; background: linear-gradient(135deg, #dcc6cf, #DCCCC6);