#e034fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
224, 52, 253
HSL
291°, 98%, 60%
CMYK
12, 79, 0, 1
Luminance
0.2540
Every format
| HEX | #e034fd |
| RGB | rgb(224, 52, 253) |
| HSL | hsl(291, 98%, 60%) |
| CMYK | cmyk(12%, 79%, 0%, 1%) |
| LAB | lab(57.5 86.2 -64.6) |
| LCH | lch(57.5 107.7 323.2) |
| OKLCH | oklch(0.672 0.289 321.2) |
Copy-ready code
/* CSS */
color: #e034fd;
background-color: #e034fd;
/* Tailwind (arbitrary) */
class="text-[#e034fd] bg-[#e034fd]"
/* SCSS */
$brand: #e034fd;
/* SwiftUI */
Color(red: 0.878, green: 0.204, blue: 0.992)
/* Android */
Color.parseColor("#e034fd")Accessibility — WCAG contrast
Aa
#e034fd on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e034fd on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green20.4%
Blue99.2%
CMYK percentages
Cyan11.5%
Magenta79.4%
Yellow0.0%
Key (black)0.8%
Color previews
#e034fd text on a black background
contrast 6.08:1
Card sample
#e034fd text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e034fd;
Background color
Panel with #e034fd background
background-color: #e034fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e034fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 52, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 52, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e034fd; background: linear-gradient(135deg, #e034fd, #FD3494);