#e024eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
224, 36, 235
HSL
297°, 83%, 53%
CMYK
5, 85, 0, 8
Luminance
0.2311
Every format
| HEX | #e024eb |
| RGB | rgb(224, 36, 235) |
| HSL | hsl(297, 83%, 53%) |
| CMYK | cmyk(5%, 85%, 0%, 8%) |
| LAB | lab(55.2 86.8 -58.2) |
| LCH | lch(55.2 104.5 326.2) |
| OKLCH | oklch(0.652 0.287 325.6) |
Copy-ready code
/* CSS */
color: #e024eb;
background-color: #e024eb;
/* Tailwind (arbitrary) */
class="text-[#e024eb] bg-[#e024eb]"
/* SCSS */
$brand: #e024eb;
/* SwiftUI */
Color(red: 0.878, green: 0.141, blue: 0.922)
/* Android */
Color.parseColor("#e024eb")Accessibility — WCAG contrast
Aa
#e024eb on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e024eb on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green14.1%
Blue92.2%
CMYK percentages
Cyan4.7%
Magenta84.7%
Yellow0.0%
Key (black)7.8%
Color previews
#e024eb text on a black background
contrast 5.62:1
Card sample
#e024eb text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e024eb;
Background color
Panel with #e024eb background
background-color: #e024eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e024eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 36, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 36, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e024eb; background: linear-gradient(135deg, #e024eb, #EB2471);