#fee5fd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 229, 253
HSL
302°, 93%, 95%
CMYK
0, 10, 0, 0
Luminance
0.8420
Every format
| HEX | #fee5fd |
| RGB | rgb(254, 229, 253) |
| HSL | hsl(302, 93%, 95%) |
| CMYK | cmyk(0%, 10%, 0%, 0%) |
| LAB | lab(93.5 12.6 -8.5) |
| LCH | lch(93.5 15.2 326.1) |
| OKLCH | oklch(0.949 0.042 327.1) |
Copy-ready code
/* CSS */
color: #fee5fd;
background-color: #fee5fd;
/* Tailwind (arbitrary) */
class="text-[#fee5fd] bg-[#fee5fd]"
/* SCSS */
$brand: #fee5fd;
/* SwiftUI */
Color(red: 0.996, green: 0.898, blue: 0.992)
/* Android */
Color.parseColor("#fee5fd")Accessibility — WCAG contrast
Aa
#fee5fd on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee5fd on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green89.8%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow0.4%
Key (black)0.4%
Color previews
#fee5fd text on a black background
contrast 17.84:1
Card sample
#fee5fd text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee5fd;
Background color
Panel with #fee5fd background
background-color: #fee5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 229, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 229, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee5fd; background: linear-gradient(135deg, #fee5fd, #FEE5EC);