#fe8eee
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 142, 238
HSL
309°, 98%, 78%
CMYK
0, 44, 6, 0
Luminance
0.4659
Every format
| HEX | #fe8eee |
| RGB | rgb(254, 142, 238) |
| HSL | hsl(309, 98%, 78%) |
| CMYK | cmyk(0%, 44%, 6%, 0%) |
| LAB | lab(73.9 55.1 -30.1) |
| LCH | lch(73.9 62.8 331.3) |
| OKLCH | oklch(0.798 0.177 332.6) |
Copy-ready code
/* CSS */
color: #fe8eee;
background-color: #fe8eee;
/* Tailwind (arbitrary) */
class="text-[#fe8eee] bg-[#fe8eee]"
/* SCSS */
$brand: #fe8eee;
/* SwiftUI */
Color(red: 0.996, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#fe8eee")Accessibility — WCAG contrast
Aa
#fe8eee on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe8eee on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green55.7%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta44.1%
Yellow6.3%
Key (black)0.4%
Color previews
#fe8eee text on a black background
contrast 10.32:1
Card sample
#fe8eee text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe8eee;
Background color
Panel with #fe8eee background
background-color: #fe8eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe8eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe8eee; background: linear-gradient(135deg, #fe8eee, #FE8EA3);