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