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