#fee9fe
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 233, 254
HSL
300°, 91%, 96%
CMYK
0, 8, 0, 0
Luminance
0.8650
Every format
| HEX | #fee9fe |
| RGB | rgb(254, 233, 254) |
| HSL | hsl(300, 91%, 96%) |
| CMYK | cmyk(0%, 8%, 0%, 0%) |
| LAB | lab(94.5 10.7 -7.5) |
| LCH | lch(94.5 13.1 324.9) |
| OKLCH | oklch(0.957 0.036 325.9) |
Copy-ready code
/* CSS */
color: #fee9fe;
background-color: #fee9fe;
/* Tailwind (arbitrary) */
class="text-[#fee9fe] bg-[#fee9fe]"
/* SCSS */
$brand: #fee9fe;
/* SwiftUI */
Color(red: 0.996, green: 0.914, blue: 0.996)
/* Android */
Color.parseColor("#fee9fe")Accessibility — WCAG contrast
Aa
#fee9fe on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee9fe on black: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green91.4%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow0.0%
Key (black)0.4%
Color previews
#fee9fe text on a black background
contrast 18.30:1
Card sample
#fee9fe text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee9fe;
Background color
Panel with #fee9fe background
background-color: #fee9fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee9fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 233, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 233, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee9fe; background: linear-gradient(135deg, #fee9fe, #FEE9F0);