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