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