#fe9eee
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 158, 238
HSL
310°, 98%, 81%
CMYK
0, 38, 6, 0
Luminance
0.5170
Every format
| HEX | #fe9eee |
| RGB | rgb(254, 158, 238) |
| HSL | hsl(310, 98%, 81%) |
| CMYK | cmyk(0%, 38%, 6%, 0%) |
| LAB | lab(77.1 47.0 -25.2) |
| LCH | lch(77.1 53.4 331.8) |
| OKLCH | oklch(0.821 0.150 333.1) |
Copy-ready code
/* CSS */
color: #fe9eee;
background-color: #fe9eee;
/* Tailwind (arbitrary) */
class="text-[#fe9eee] bg-[#fe9eee]"
/* SCSS */
$brand: #fe9eee;
/* SwiftUI */
Color(red: 0.996, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#fe9eee")Accessibility — WCAG contrast
Aa
#fe9eee on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe9eee on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green62.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta37.8%
Yellow6.3%
Key (black)0.4%
Color previews
#fe9eee text on a black background
contrast 11.34:1
Card sample
#fe9eee text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe9eee;
Background color
Panel with #fe9eee background
background-color: #fe9eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe9eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe9eee; background: linear-gradient(135deg, #fe9eee, #FE9EAE);