#e034f4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
224, 52, 244
HSL
294°, 90%, 58%
CMYK
8, 79, 0, 4
Luminance
0.2483
Every format
| HEX | #e034f4 |
| RGB | rgb(224, 52, 244) |
| HSL | hsl(294, 90%, 58%) |
| CMYK | cmyk(8%, 79%, 0%, 4%) |
| LAB | lab(56.9 84.7 -60.5) |
| LCH | lch(56.9 104.0 324.5) |
| OKLCH | oklch(0.666 0.282 323.2) |
Copy-ready code
/* CSS */
color: #e034f4;
background-color: #e034f4;
/* Tailwind (arbitrary) */
class="text-[#e034f4] bg-[#e034f4]"
/* SCSS */
$brand: #e034f4;
/* SwiftUI */
Color(red: 0.878, green: 0.204, blue: 0.957)
/* Android */
Color.parseColor("#e034f4")Accessibility — WCAG contrast
Aa
#e034f4 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e034f4 on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green20.4%
Blue95.7%
CMYK percentages
Cyan8.2%
Magenta78.7%
Yellow0.0%
Key (black)4.3%
Color previews
#e034f4 text on a black background
contrast 5.97:1
Card sample
#e034f4 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e034f4;
Background color
Panel with #e034f4 background
background-color: #e034f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e034f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 52, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 52, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e034f4; background: linear-gradient(135deg, #e034f4, #F43488);