#dcc0ce
a light, soft magenta / pink · warm · closest name: silver
RGB
220, 192, 206
HSL
330°, 29%, 81%
CMYK
0, 13, 6, 14
Luminance
0.5737
Every format
| HEX | #dcc0ce |
| RGB | rgb(220, 192, 206) |
| HSL | hsl(330, 29%, 81%) |
| CMYK | cmyk(0%, 13%, 6%, 14%) |
| LAB | lab(80.4 12.3 -3.4) |
| LCH | lch(80.4 12.7 344.7) |
| OKLCH | oklch(0.836 0.037 346.3) |
Copy-ready code
/* CSS */
color: #dcc0ce;
background-color: #dcc0ce;
/* Tailwind (arbitrary) */
class="text-[#dcc0ce] bg-[#dcc0ce]"
/* SCSS */
$brand: #dcc0ce;
/* SwiftUI */
Color(red: 0.863, green: 0.753, blue: 0.808)
/* Android */
Color.parseColor("#dcc0ce")Accessibility — WCAG contrast
Aa
#dcc0ce on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc0ce on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green75.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow6.4%
Key (black)13.7%
Color previews
#dcc0ce text on a black background
contrast 12.47:1
Card sample
#dcc0ce text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc0ce;
Background color
Panel with #dcc0ce background
background-color: #dcc0ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc0ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 192, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 192, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc0ce; background: linear-gradient(135deg, #dcc0ce, #DCC5C0);