#fdecf7
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 236, 247
HSL
321°, 81%, 96%
CMYK
0, 7, 2, 1
Luminance
0.8759
Every format
| HEX | #fdecf7 |
| RGB | rgb(253, 236, 247) |
| HSL | hsl(321, 81%, 96%) |
| CMYK | cmyk(0%, 7%, 2%, 1%) |
| LAB | lab(95.0 7.6 -3.2) |
| LCH | lch(95.0 8.3 337.0) |
| OKLCH | oklch(0.960 0.023 338.6) |
Copy-ready code
/* CSS */
color: #fdecf7;
background-color: #fdecf7;
/* Tailwind (arbitrary) */
class="text-[#fdecf7] bg-[#fdecf7]"
/* SCSS */
$brand: #fdecf7;
/* SwiftUI */
Color(red: 0.992, green: 0.925, blue: 0.969)
/* Android */
Color.parseColor("#fdecf7")Accessibility — WCAG contrast
Aa
#fdecf7 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdecf7 on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.5%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow2.4%
Key (black)0.8%
Color previews
#fdecf7 text on a black background
contrast 18.52:1
Card sample
#fdecf7 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdecf7;
Background color
Panel with #fdecf7 background
background-color: #fdecf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdecf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 236, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 236, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdecf7; background: linear-gradient(135deg, #fdecf7, #FDECEC);