#dcc4cf
a light, soft magenta / pink · warm · closest name: silver
RGB
220, 196, 207
HSL
333°, 26%, 82%
CMYK
0, 11, 6, 14
Luminance
0.5920
Every format
| HEX | #dcc4cf |
| RGB | rgb(220, 196, 207) |
| HSL | hsl(333, 26%, 82%) |
| CMYK | cmyk(0%, 11%, 6%, 14%) |
| LAB | lab(81.4 10.3 -2.4) |
| LCH | lch(81.4 10.6 346.9) |
| OKLCH | oklch(0.844 0.031 348.3) |
Copy-ready code
/* CSS */
color: #dcc4cf;
background-color: #dcc4cf;
/* Tailwind (arbitrary) */
class="text-[#dcc4cf] bg-[#dcc4cf]"
/* SCSS */
$brand: #dcc4cf;
/* SwiftUI */
Color(red: 0.863, green: 0.769, blue: 0.812)
/* Android */
Color.parseColor("#dcc4cf")Accessibility — WCAG contrast
Aa
#dcc4cf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc4cf on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green76.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow5.9%
Key (black)13.7%
Color previews
#dcc4cf text on a black background
contrast 12.84:1
Card sample
#dcc4cf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc4cf;
Background color
Panel with #dcc4cf background
background-color: #dcc4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 196, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 196, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc4cf; background: linear-gradient(135deg, #dcc4cf, #DCC9C4);