#dec2cf
a light, soft magenta / pink · warm · closest name: silver
RGB
222, 194, 207
HSL
332°, 30%, 82%
CMYK
0, 13, 7, 13
Luminance
0.5862
Every format
| HEX | #dec2cf |
| RGB | rgb(222, 194, 207) |
| HSL | hsl(332, 30%, 82%) |
| CMYK | cmyk(0%, 13%, 7%, 13%) |
| LAB | lab(81.1 12.1 -2.9) |
| LCH | lch(81.1 12.4 346.7) |
| OKLCH | oklch(0.842 0.036 348.2) |
Copy-ready code
/* CSS */
color: #dec2cf;
background-color: #dec2cf;
/* Tailwind (arbitrary) */
class="text-[#dec2cf] bg-[#dec2cf]"
/* SCSS */
$brand: #dec2cf;
/* SwiftUI */
Color(red: 0.871, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#dec2cf")Accessibility — WCAG contrast
Aa
#dec2cf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec2cf on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green76.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow6.8%
Key (black)12.9%
Color previews
#dec2cf text on a black background
contrast 12.72:1
Card sample
#dec2cf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec2cf;
Background color
Panel with #dec2cf background
background-color: #dec2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec2cf; background: linear-gradient(135deg, #dec2cf, #DEC8C2);