#fde4fb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 228, 251
HSL
305°, 86%, 94%
CMYK
0, 10, 1, 1
Luminance
0.8333
Every format
| HEX | #fde4fb |
| RGB | rgb(253, 228, 251) |
| HSL | hsl(305, 86%, 94%) |
| CMYK | cmyk(0%, 10%, 1%, 1%) |
| LAB | lab(93.2 12.4 -8.0) |
| LCH | lch(93.2 14.8 327.2) |
| OKLCH | oklch(0.946 0.041 328.4) |
Copy-ready code
/* CSS */
color: #fde4fb;
background-color: #fde4fb;
/* Tailwind (arbitrary) */
class="text-[#fde4fb] bg-[#fde4fb]"
/* SCSS */
$brand: #fde4fb;
/* SwiftUI */
Color(red: 0.992, green: 0.894, blue: 0.984)
/* Android */
Color.parseColor("#fde4fb")Accessibility — WCAG contrast
Aa
#fde4fb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fde4fb on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green89.4%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow0.8%
Key (black)0.8%
Color previews
#fde4fb text on a black background
contrast 17.67:1
Card sample
#fde4fb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fde4fb;
Background color
Panel with #fde4fb background
background-color: #fde4fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fde4fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 228, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 228, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fde4fb; background: linear-gradient(135deg, #fde4fb, #FDE4EA);