#dcc8cf
a light, soft magenta / pink · warm · closest name: silver
RGB
220, 200, 207
HSL
339°, 22%, 82%
CMYK
0, 9, 6, 14
Luminance
0.6103
Every format
| HEX | #dcc8cf |
| RGB | rgb(220, 200, 207) |
| HSL | hsl(339, 22%, 82%) |
| CMYK | cmyk(0%, 9%, 6%, 14%) |
| LAB | lab(82.4 8.2 -0.9) |
| LCH | lch(82.4 8.2 353.4) |
| OKLCH | oklch(0.851 0.024 354.4) |
Copy-ready code
/* CSS */
color: #dcc8cf;
background-color: #dcc8cf;
/* Tailwind (arbitrary) */
class="text-[#dcc8cf] bg-[#dcc8cf]"
/* SCSS */
$brand: #dcc8cf;
/* SwiftUI */
Color(red: 0.863, green: 0.784, blue: 0.812)
/* Android */
Color.parseColor("#dcc8cf")Accessibility — WCAG contrast
Aa
#dcc8cf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc8cf on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green78.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow5.9%
Key (black)13.7%
Color previews
#dcc8cf text on a black background
contrast 13.21:1
Card sample
#dcc8cf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc8cf;
Background color
Panel with #dcc8cf background
background-color: #dcc8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 200, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 200, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc8cf; background: linear-gradient(135deg, #dcc8cf, #DCCEC8);