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