#fee8fd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 232, 253
HSL
303°, 92%, 95%
CMYK
0, 9, 0, 0
Luminance
0.8588
Every format
| HEX | #fee8fd |
| RGB | rgb(254, 232, 253) |
| HSL | hsl(303, 92%, 95%) |
| CMYK | cmyk(0%, 9%, 0%, 0%) |
| LAB | lab(94.3 11.1 -7.4) |
| LCH | lch(94.3 13.3 326.2) |
| OKLCH | oklch(0.955 0.036 327.2) |
Copy-ready code
/* CSS */
color: #fee8fd;
background-color: #fee8fd;
/* Tailwind (arbitrary) */
class="text-[#fee8fd] bg-[#fee8fd]"
/* SCSS */
$brand: #fee8fd;
/* SwiftUI */
Color(red: 0.996, green: 0.910, blue: 0.992)
/* Android */
Color.parseColor("#fee8fd")Accessibility — WCAG contrast
Aa
#fee8fd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee8fd on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green91.0%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow0.4%
Key (black)0.4%
Color previews
#fee8fd text on a black background
contrast 18.18:1
Card sample
#fee8fd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee8fd;
Background color
Panel with #fee8fd background
background-color: #fee8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 232, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 232, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee8fd; background: linear-gradient(135deg, #fee8fd, #FEE8EE);