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