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