#dcc3cf
a light, soft magenta / pink · warm · closest name: silver
RGB
220, 195, 207
HSL
331°, 26%, 81%
CMYK
0, 11, 6, 14
Luminance
0.5875
Every format
| HEX | #dcc3cf |
| RGB | rgb(220, 195, 207) |
| HSL | hsl(331, 26%, 81%) |
| CMYK | cmyk(0%, 11%, 6%, 14%) |
| LAB | lab(81.2 10.8 -2.8) |
| LCH | lch(81.2 11.2 345.7) |
| OKLCH | oklch(0.842 0.032 347.2) |
Copy-ready code
/* CSS */
color: #dcc3cf;
background-color: #dcc3cf;
/* Tailwind (arbitrary) */
class="text-[#dcc3cf] bg-[#dcc3cf]"
/* SCSS */
$brand: #dcc3cf;
/* SwiftUI */
Color(red: 0.863, green: 0.765, blue: 0.812)
/* Android */
Color.parseColor("#dcc3cf")Accessibility — WCAG contrast
Aa
#dcc3cf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc3cf on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green76.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow5.9%
Key (black)13.7%
Color previews
#dcc3cf text on a black background
contrast 12.75:1
Card sample
#dcc3cf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc3cf;
Background color
Panel with #dcc3cf background
background-color: #dcc3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 195, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 195, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc3cf; background: linear-gradient(135deg, #dcc3cf, #DCC8C3);