#e010fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
224, 16, 253
HSL
293°, 98%, 53%
CMYK
12, 94, 0, 1
Luminance
0.2331
Every format
| HEX | #e010fd |
| RGB | rgb(224, 16, 253) |
| HSL | hsl(293, 98%, 53%) |
| CMYK | cmyk(12%, 94%, 0%, 1%) |
| LAB | lab(55.4 92.2 -67.9) |
| LCH | lch(55.4 114.5 323.6) |
| OKLCH | oklch(0.657 0.308 321.7) |
Copy-ready code
/* CSS */
color: #e010fd;
background-color: #e010fd;
/* Tailwind (arbitrary) */
class="text-[#e010fd] bg-[#e010fd]"
/* SCSS */
$brand: #e010fd;
/* SwiftUI */
Color(red: 0.878, green: 0.063, blue: 0.992)
/* Android */
Color.parseColor("#e010fd")Accessibility — WCAG contrast
Aa
#e010fd on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e010fd on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green6.3%
Blue99.2%
CMYK percentages
Cyan11.5%
Magenta93.7%
Yellow0.0%
Key (black)0.8%
Color previews
#e010fd text on a black background
contrast 5.66:1
Card sample
#e010fd text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e010fd;
Background color
Panel with #e010fd background
background-color: #e010fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e010fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 16, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 16, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e010fd; background: linear-gradient(135deg, #e010fd, #FD107C);