#e01aff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
224, 26, 255
HSL
292°, 100%, 55%
CMYK
12, 90, 0, 0
Luminance
0.2381
Every format
| HEX | #e01aff |
| RGB | rgb(224, 26, 255) |
| HSL | hsl(292, 100%, 55%) |
| CMYK | cmyk(12%, 90%, 0%, 0%) |
| LAB | lab(55.9 91.5 -68.2) |
| LCH | lch(55.9 114.1 323.3) |
| OKLCH | oklch(0.661 0.306 321.2) |
Copy-ready code
/* CSS */
color: #e01aff;
background-color: #e01aff;
/* Tailwind (arbitrary) */
class="text-[#e01aff] bg-[#e01aff]"
/* SCSS */
$brand: #e01aff;
/* SwiftUI */
Color(red: 0.878, green: 0.102, blue: 1.000)
/* Android */
Color.parseColor("#e01aff")Accessibility — WCAG contrast
Aa
#e01aff on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e01aff on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green10.2%
Blue100.0%
CMYK percentages
Cyan12.2%
Magenta89.8%
Yellow0.0%
Key (black)0.0%
Color previews
#e01aff text on a black background
contrast 5.76:1
Card sample
#e01aff text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e01aff;
Background color
Panel with #e01aff background
background-color: #e01aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e01aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 26, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 26, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e01aff; background: linear-gradient(135deg, #e01aff, #FF1A85);