#dcc1cf
a light, soft magenta / pink · warm · closest name: silver
RGB
220, 193, 207
HSL
329°, 28%, 81%
CMYK
0, 12, 6, 14
Luminance
0.5786
Every format
| HEX | #dcc1cf |
| RGB | rgb(220, 193, 207) |
| HSL | hsl(329, 28%, 81%) |
| CMYK | cmyk(0%, 12%, 6%, 14%) |
| LAB | lab(80.7 11.9 -3.5) |
| LCH | lch(80.7 12.4 343.7) |
| OKLCH | oklch(0.838 0.036 345.2) |
Copy-ready code
/* CSS */
color: #dcc1cf;
background-color: #dcc1cf;
/* Tailwind (arbitrary) */
class="text-[#dcc1cf] bg-[#dcc1cf]"
/* SCSS */
$brand: #dcc1cf;
/* SwiftUI */
Color(red: 0.863, green: 0.757, blue: 0.812)
/* Android */
Color.parseColor("#dcc1cf")Accessibility — WCAG contrast
Aa
#dcc1cf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc1cf on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green75.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow5.9%
Key (black)13.7%
Color previews
#dcc1cf text on a black background
contrast 12.57:1
Card sample
#dcc1cf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc1cf;
Background color
Panel with #dcc1cf background
background-color: #dcc1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 193, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 193, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc1cf; background: linear-gradient(135deg, #dcc1cf, #DCC5C1);