#e024f0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
224, 36, 240
HSL
295°, 87%, 54%
CMYK
7, 85, 0, 6
Luminance
0.2340
Every format
| HEX | #e024f0 |
| RGB | rgb(224, 36, 240) |
| HSL | hsl(295, 87%, 54%) |
| CMYK | cmyk(7%, 85%, 0%, 6%) |
| LAB | lab(55.5 87.5 -60.5) |
| LCH | lch(55.5 106.4 325.3) |
| OKLCH | oklch(0.655 0.291 324.4) |
Copy-ready code
/* CSS */
color: #e024f0;
background-color: #e024f0;
/* Tailwind (arbitrary) */
class="text-[#e024f0] bg-[#e024f0]"
/* SCSS */
$brand: #e024f0;
/* SwiftUI */
Color(red: 0.878, green: 0.141, blue: 0.941)
/* Android */
Color.parseColor("#e024f0")Accessibility — WCAG contrast
Aa
#e024f0 on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e024f0 on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green14.1%
Blue94.1%
CMYK percentages
Cyan6.7%
Magenta85.0%
Yellow0.0%
Key (black)5.9%
Color previews
#e024f0 text on a black background
contrast 5.68:1
Card sample
#e024f0 text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e024f0;
Background color
Panel with #e024f0 background
background-color: #e024f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e024f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 36, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 36, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e024f0; background: linear-gradient(135deg, #e024f0, #F02478);