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