#fde9fc
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 233, 252
HSL
303°, 83%, 95%
CMYK
0, 8, 0, 1
Luminance
0.8619
Every format
| HEX | #fde9fc |
| RGB | rgb(253, 233, 252) |
| HSL | hsl(303, 83%, 95%) |
| CMYK | cmyk(0%, 8%, 0%, 1%) |
| LAB | lab(94.4 10.0 -6.7) |
| LCH | lch(94.4 12.1 326.2) |
| OKLCH | oklch(0.956 0.033 327.4) |
Copy-ready code
/* CSS */
color: #fde9fc;
background-color: #fde9fc;
/* Tailwind (arbitrary) */
class="text-[#fde9fc] bg-[#fde9fc]"
/* SCSS */
$brand: #fde9fc;
/* SwiftUI */
Color(red: 0.992, green: 0.914, blue: 0.988)
/* Android */
Color.parseColor("#fde9fc")Accessibility — WCAG contrast
Aa
#fde9fc on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fde9fc on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green91.4%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow0.4%
Key (black)0.8%
Color previews
#fde9fc text on a black background
contrast 18.24:1
Card sample
#fde9fc text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fde9fc;
Background color
Panel with #fde9fc background
background-color: #fde9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fde9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 233, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 233, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fde9fc; background: linear-gradient(135deg, #fde9fc, #FDE9EF);