#e021eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
224, 33, 235
HSL
297°, 84%, 53%
CMYK
5, 86, 0, 8
Luminance
0.2293
Every format
| HEX | #e021eb |
| RGB | rgb(224, 33, 235) |
| HSL | hsl(297, 84%, 53%) |
| CMYK | cmyk(5%, 86%, 0%, 8%) |
| LAB | lab(55.0 87.3 -58.5) |
| LCH | lch(55.0 105.1 326.2) |
| OKLCH | oklch(0.651 0.289 325.6) |
Copy-ready code
/* CSS */
color: #e021eb;
background-color: #e021eb;
/* Tailwind (arbitrary) */
class="text-[#e021eb] bg-[#e021eb]"
/* SCSS */
$brand: #e021eb;
/* SwiftUI */
Color(red: 0.878, green: 0.129, blue: 0.922)
/* Android */
Color.parseColor("#e021eb")Accessibility — WCAG contrast
Aa
#e021eb on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e021eb on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green12.9%
Blue92.2%
CMYK percentages
Cyan4.7%
Magenta86.0%
Yellow0.0%
Key (black)7.8%
Color previews
#e021eb text on a black background
contrast 5.59:1
Card sample
#e021eb text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e021eb;
Background color
Panel with #e021eb background
background-color: #e021eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e021eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 33, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 33, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e021eb; background: linear-gradient(135deg, #e021eb, #EB216F);