#dcc7cf
a light, soft magenta / pink · warm · closest name: silver
RGB
220, 199, 207
HSL
337°, 23%, 82%
CMYK
0, 10, 6, 14
Luminance
0.6057
Every format
| HEX | #dcc7cf |
| RGB | rgb(220, 199, 207) |
| HSL | hsl(337, 23%, 82%) |
| CMYK | cmyk(0%, 10%, 6%, 14%) |
| LAB | lab(82.2 8.7 -1.3) |
| LCH | lch(82.2 8.8 351.5) |
| OKLCH | oklch(0.849 0.026 352.6) |
Copy-ready code
/* CSS */
color: #dcc7cf;
background-color: #dcc7cf;
/* Tailwind (arbitrary) */
class="text-[#dcc7cf] bg-[#dcc7cf]"
/* SCSS */
$brand: #dcc7cf;
/* SwiftUI */
Color(red: 0.863, green: 0.780, blue: 0.812)
/* Android */
Color.parseColor("#dcc7cf")Accessibility — WCAG contrast
Aa
#dcc7cf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc7cf on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green78.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta9.5%
Yellow5.9%
Key (black)13.7%
Color previews
#dcc7cf text on a black background
contrast 13.11:1
Card sample
#dcc7cf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc7cf;
Background color
Panel with #dcc7cf background
background-color: #dcc7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 199, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 199, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc7cf; background: linear-gradient(135deg, #dcc7cf, #DCCDC7);