#e02af2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
224, 42, 242
HSL
295°, 89%, 56%
CMYK
7, 83, 0, 5
Luminance
0.2391
Every format
| HEX | #e02af2 |
| RGB | rgb(224, 42, 242) |
| HSL | hsl(295, 89%, 56%) |
| CMYK | cmyk(7%, 83%, 0%, 5%) |
| LAB | lab(56.0 86.7 -60.8) |
| LCH | lch(56.0 105.9 325.0) |
| OKLCH | oklch(0.659 0.288 323.9) |
Copy-ready code
/* CSS */
color: #e02af2;
background-color: #e02af2;
/* Tailwind (arbitrary) */
class="text-[#e02af2] bg-[#e02af2]"
/* SCSS */
$brand: #e02af2;
/* SwiftUI */
Color(red: 0.878, green: 0.165, blue: 0.949)
/* Android */
Color.parseColor("#e02af2")Accessibility — WCAG contrast
Aa
#e02af2 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e02af2 on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green16.5%
Blue94.9%
CMYK percentages
Cyan7.4%
Magenta82.6%
Yellow0.0%
Key (black)5.1%
Color previews
#e02af2 text on a black background
contrast 5.78:1
Card sample
#e02af2 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e02af2;
Background color
Panel with #e02af2 background
background-color: #e02af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e02af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 42, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 42, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e02af2; background: linear-gradient(135deg, #e02af2, #F22A7F);