#e02eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
224, 46, 238
HSL
296°, 85%, 56%
CMYK
6, 81, 0, 7
Luminance
0.2397
Every format
| HEX | #e02eee |
| RGB | rgb(224, 46, 238) |
| HSL | hsl(296, 85%, 56%) |
| CMYK | cmyk(6%, 81%, 0%, 7%) |
| LAB | lab(56.1 85.2 -58.5) |
| LCH | lch(56.1 103.3 325.5) |
| OKLCH | oklch(0.659 0.283 324.7) |
Copy-ready code
/* CSS */
color: #e02eee;
background-color: #e02eee;
/* Tailwind (arbitrary) */
class="text-[#e02eee] bg-[#e02eee]"
/* SCSS */
$brand: #e02eee;
/* SwiftUI */
Color(red: 0.878, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#e02eee")Accessibility — WCAG contrast
Aa
#e02eee on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e02eee on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green18.0%
Blue93.3%
CMYK percentages
Cyan5.9%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#e02eee text on a black background
contrast 5.79:1
Card sample
#e02eee text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e02eee;
Background color
Panel with #e02eee background
background-color: #e02eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e02eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e02eee; background: linear-gradient(135deg, #e02eee, #EE2E7C);