#dec7cf
a light, soft magenta / pink · warm · closest name: silver
RGB
222, 199, 207
HSL
339°, 26%, 83%
CMYK
0, 10, 7, 13
Luminance
0.6088
Every format
| HEX | #dec7cf |
| RGB | rgb(222, 199, 207) |
| HSL | hsl(339, 26%, 83%) |
| CMYK | cmyk(0%, 10%, 7%, 13%) |
| LAB | lab(82.3 9.4 -1.0) |
| LCH | lch(82.3 9.5 353.7) |
| OKLCH | oklch(0.851 0.028 354.6) |
Copy-ready code
/* CSS */
color: #dec7cf;
background-color: #dec7cf;
/* Tailwind (arbitrary) */
class="text-[#dec7cf] bg-[#dec7cf]"
/* SCSS */
$brand: #dec7cf;
/* SwiftUI */
Color(red: 0.871, green: 0.780, blue: 0.812)
/* Android */
Color.parseColor("#dec7cf")Accessibility — WCAG contrast
Aa
#dec7cf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec7cf on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green78.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta10.4%
Yellow6.8%
Key (black)12.9%
Color previews
#dec7cf text on a black background
contrast 13.18:1
Card sample
#dec7cf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec7cf;
Background color
Panel with #dec7cf background
background-color: #dec7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 199, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 199, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec7cf; background: linear-gradient(135deg, #dec7cf, #DECEC7);