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