#dcc2ce
a light, soft magenta / pink · warm · closest name: silver
RGB
220, 194, 206
HSL
332°, 27%, 81%
CMYK
0, 12, 6, 14
Luminance
0.5826
Every format
| HEX | #dcc2ce |
| RGB | rgb(220, 194, 206) |
| HSL | hsl(332, 27%, 81%) |
| CMYK | cmyk(0%, 12%, 6%, 14%) |
| LAB | lab(80.9 11.2 -2.6) |
| LCH | lch(80.9 11.5 346.8) |
| OKLCH | oklch(0.839 0.033 348.2) |
Copy-ready code
/* CSS */
color: #dcc2ce;
background-color: #dcc2ce;
/* Tailwind (arbitrary) */
class="text-[#dcc2ce] bg-[#dcc2ce]"
/* SCSS */
$brand: #dcc2ce;
/* SwiftUI */
Color(red: 0.863, green: 0.761, blue: 0.808)
/* Android */
Color.parseColor("#dcc2ce")Accessibility — WCAG contrast
Aa
#dcc2ce on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc2ce on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green76.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow6.4%
Key (black)13.7%
Color previews
#dcc2ce text on a black background
contrast 12.65:1
Card sample
#dcc2ce text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc2ce;
Background color
Panel with #dcc2ce background
background-color: #dcc2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 194, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 194, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc2ce; background: linear-gradient(135deg, #dcc2ce, #DCC7C2);