#decfdf
a light, soft magenta / pink · warm · closest name: lavender
RGB
222, 207, 223
HSL
296°, 20%, 84%
CMYK
0, 7, 0, 13
Luminance
0.6548
Every format
| HEX | #decfdf |
| RGB | rgb(222, 207, 223) |
| HSL | hsl(296, 20%, 84%) |
| CMYK | cmyk(0%, 7%, 0%, 13%) |
| LAB | lab(84.7 8.0 -6.0) |
| LCH | lch(84.7 10.0 323.1) |
| OKLCH | oklch(0.871 0.027 323.9) |
Copy-ready code
/* CSS */
color: #decfdf;
background-color: #decfdf;
/* Tailwind (arbitrary) */
class="text-[#decfdf] bg-[#decfdf]"
/* SCSS */
$brand: #decfdf;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#decfdf")Accessibility — WCAG contrast
Aa
#decfdf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decfdf on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue87.5%
CMYK percentages
Cyan0.4%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#decfdf text on a black background
contrast 14.10:1
Card sample
#decfdf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decfdf;
Background color
Panel with #decfdf background
background-color: #decfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decfdf; background: linear-gradient(135deg, #decfdf, #DFCFD5);