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