#decfd9
a light, soft magenta / pink · warm · closest name: silver
RGB
222, 207, 217
HSL
320°, 19%, 84%
CMYK
0, 7, 2, 13
Luminance
0.6516
Every format
| HEX | #decfd9 |
| RGB | rgb(222, 207, 217) |
| HSL | hsl(320, 19%, 84%) |
| CMYK | cmyk(0%, 7%, 2%, 13%) |
| LAB | lab(84.6 6.9 -3.1) |
| LCH | lch(84.6 7.6 336.1) |
| OKLCH | oklch(0.870 0.021 337.8) |
Copy-ready code
/* CSS */
color: #decfd9;
background-color: #decfd9;
/* Tailwind (arbitrary) */
class="text-[#decfd9] bg-[#decfd9]"
/* SCSS */
$brand: #decfd9;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.851)
/* Android */
Color.parseColor("#decfd9")Accessibility — WCAG contrast
Aa
#decfd9 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decfd9 on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue85.1%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow2.3%
Key (black)12.9%
Color previews
#decfd9 text on a black background
contrast 14.03:1
Card sample
#decfd9 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decfd9;
Background color
Panel with #decfd9 background
background-color: #decfd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decfd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decfd9; background: linear-gradient(135deg, #decfd9, #DECFCF);