#dec4cf
a light, soft magenta / pink · warm · closest name: silver
RGB
222, 196, 207
HSL
335°, 28%, 82%
CMYK
0, 12, 7, 13
Luminance
0.5951
Every format
| HEX | #dec4cf |
| RGB | rgb(222, 196, 207) |
| HSL | hsl(335, 28%, 82%) |
| CMYK | cmyk(0%, 12%, 7%, 13%) |
| LAB | lab(81.6 11.0 -2.1) |
| LCH | lch(81.6 11.2 349.1) |
| OKLCH | oklch(0.845 0.033 350.4) |
Copy-ready code
/* CSS */
color: #dec4cf;
background-color: #dec4cf;
/* Tailwind (arbitrary) */
class="text-[#dec4cf] bg-[#dec4cf]"
/* SCSS */
$brand: #dec4cf;
/* SwiftUI */
Color(red: 0.871, green: 0.769, blue: 0.812)
/* Android */
Color.parseColor("#dec4cf")Accessibility — WCAG contrast
Aa
#dec4cf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec4cf on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green76.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta11.7%
Yellow6.8%
Key (black)12.9%
Color previews
#dec4cf text on a black background
contrast 12.90:1
Card sample
#dec4cf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec4cf;
Background color
Panel with #dec4cf background
background-color: #dec4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 196, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 196, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec4cf; background: linear-gradient(135deg, #dec4cf, #DECAC4);