#e20aff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
226, 10, 255
HSL
293°, 100%, 52%
CMYK
11, 96, 0, 0
Luminance
0.2361
Every format
| HEX | #e20aff |
| RGB | rgb(226, 10, 255) |
| HSL | hsl(293, 100%, 52%) |
| CMYK | cmyk(11%, 96%, 0%, 0%) |
| LAB | lab(55.7 93.3 -68.5) |
| LCH | lch(55.7 115.8 323.7) |
| OKLCH | oklch(0.660 0.311 321.8) |
Copy-ready code
/* CSS */
color: #e20aff;
background-color: #e20aff;
/* Tailwind (arbitrary) */
class="text-[#e20aff] bg-[#e20aff]"
/* SCSS */
$brand: #e20aff;
/* SwiftUI */
Color(red: 0.886, green: 0.039, blue: 1.000)
/* Android */
Color.parseColor("#e20aff")Accessibility — WCAG contrast
Aa
#e20aff on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e20aff on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green3.9%
Blue100.0%
CMYK percentages
Cyan11.4%
Magenta96.1%
Yellow0.0%
Key (black)0.0%
Color previews
#e20aff text on a black background
contrast 5.72:1
Card sample
#e20aff text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e20aff;
Background color
Panel with #e20aff background
background-color: #e20aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e20aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 10, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 10, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e20aff; background: linear-gradient(135deg, #e20aff, #FF0A79);