#e02ef1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
224, 46, 241
HSL
295°, 87%, 56%
CMYK
7, 81, 0, 6
Luminance
0.2415
Every format
| HEX | #e02ef1 |
| RGB | rgb(224, 46, 241) |
| HSL | hsl(295, 87%, 56%) |
| CMYK | cmyk(7%, 81%, 0%, 6%) |
| LAB | lab(56.2 85.7 -59.9) |
| LCH | lch(56.2 104.5 325.1) |
| OKLCH | oklch(0.661 0.285 324.0) |
Copy-ready code
/* CSS */
color: #e02ef1;
background-color: #e02ef1;
/* Tailwind (arbitrary) */
class="text-[#e02ef1] bg-[#e02ef1]"
/* SCSS */
$brand: #e02ef1;
/* SwiftUI */
Color(red: 0.878, green: 0.180, blue: 0.945)
/* Android */
Color.parseColor("#e02ef1")Accessibility — WCAG contrast
Aa
#e02ef1 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e02ef1 on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green18.0%
Blue94.5%
CMYK percentages
Cyan7.1%
Magenta80.9%
Yellow0.0%
Key (black)5.5%
Color previews
#e02ef1 text on a black background
contrast 5.83:1
Card sample
#e02ef1 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e02ef1;
Background color
Panel with #e02ef1 background
background-color: #e02ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e02ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 46, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 46, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e02ef1; background: linear-gradient(135deg, #e02ef1, #F12E80);