#e034eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
224, 52, 235
HSL
296°, 82%, 56%
CMYK
5, 78, 0, 8
Luminance
0.2430
Every format
| HEX | #e034eb |
| RGB | rgb(224, 52, 235) |
| HSL | hsl(296, 82%, 56%) |
| CMYK | cmyk(5%, 78%, 0%, 8%) |
| LAB | lab(56.4 83.3 -56.3) |
| LCH | lch(56.4 100.5 325.9) |
| OKLCH | oklch(0.661 0.276 325.4) |
Copy-ready code
/* CSS */
color: #e034eb;
background-color: #e034eb;
/* Tailwind (arbitrary) */
class="text-[#e034eb] bg-[#e034eb]"
/* SCSS */
$brand: #e034eb;
/* SwiftUI */
Color(red: 0.878, green: 0.204, blue: 0.922)
/* Android */
Color.parseColor("#e034eb")Accessibility — WCAG contrast
Aa
#e034eb on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e034eb on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green20.4%
Blue92.2%
CMYK percentages
Cyan4.7%
Magenta77.9%
Yellow0.0%
Key (black)7.8%
Color previews
#e034eb text on a black background
contrast 5.86:1
Card sample
#e034eb text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e034eb;
Background color
Panel with #e034eb background
background-color: #e034eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e034eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 52, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 52, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e034eb; background: linear-gradient(135deg, #e034eb, #EB347C);