#fe7eee
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 126, 238
HSL
308°, 99%, 75%
CMYK
0, 50, 6, 0
Luminance
0.4217
Every format
| HEX | #fe7eee |
| RGB | rgb(254, 126, 238) |
| HSL | hsl(308, 99%, 75%) |
| CMYK | cmyk(0%, 50%, 6%, 0%) |
| LAB | lab(71.0 62.8 -34.6) |
| LCH | lch(71.0 71.7 331.1) |
| OKLCH | oklch(0.776 0.203 332.3) |
Copy-ready code
/* CSS */
color: #fe7eee;
background-color: #fe7eee;
/* Tailwind (arbitrary) */
class="text-[#fe7eee] bg-[#fe7eee]"
/* SCSS */
$brand: #fe7eee;
/* SwiftUI */
Color(red: 0.996, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#fe7eee")Accessibility — WCAG contrast
Aa
#fe7eee on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe7eee on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green49.4%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta50.4%
Yellow6.3%
Key (black)0.4%
Color previews
#fe7eee text on a black background
contrast 9.43:1
Card sample
#fe7eee text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe7eee;
Background color
Panel with #fe7eee background
background-color: #fe7eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe7eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe7eee; background: linear-gradient(135deg, #fe7eee, #FE7E99);