#e024ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
224, 36, 186
HSL
312°, 75%, 51%
CMYK
0, 84, 17, 12
Luminance
0.2065
Every format
| HEX | #e024ba |
| RGB | rgb(224, 36, 186) |
| HSL | hsl(312, 75%, 51%) |
| CMYK | cmyk(0%, 84%, 17%, 12%) |
| LAB | lab(52.6 79.8 -34.3) |
| LCH | lch(52.6 86.9 336.7) |
| OKLCH | oklch(0.625 0.255 338.6) |
Copy-ready code
/* CSS */
color: #e024ba;
background-color: #e024ba;
/* Tailwind (arbitrary) */
class="text-[#e024ba] bg-[#e024ba]"
/* SCSS */
$brand: #e024ba;
/* SwiftUI */
Color(red: 0.878, green: 0.141, blue: 0.729)
/* Android */
Color.parseColor("#e024ba")Accessibility — WCAG contrast
Aa
#e024ba on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e024ba on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green14.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow17.0%
Key (black)12.2%
Color previews
#e024ba text on a black background
contrast 5.13:1
Card sample
#e024ba text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e024ba;
Background color
Panel with #e024ba background
background-color: #e024ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e024ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 36, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 36, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e024ba; background: linear-gradient(135deg, #e024ba, #E0243D);