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