#e22ae2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
226, 42, 226
HSL
300°, 76%, 53%
CMYK
0, 81, 0, 11
Luminance
0.2332
Every format
| HEX | #e22ae2 |
| RGB | rgb(226, 42, 226) |
| HSL | hsl(300, 76%, 53%) |
| CMYK | cmyk(0%, 81%, 0%, 11%) |
| LAB | lab(55.4 84.6 -52.8) |
| LCH | lch(55.4 99.7 328.0) |
| OKLCH | oklch(0.653 0.278 328.2) |
Copy-ready code
/* CSS */
color: #e22ae2;
background-color: #e22ae2;
/* Tailwind (arbitrary) */
class="text-[#e22ae2] bg-[#e22ae2]"
/* SCSS */
$brand: #e22ae2;
/* SwiftUI */
Color(red: 0.886, green: 0.165, blue: 0.886)
/* Android */
Color.parseColor("#e22ae2")Accessibility — WCAG contrast
Aa
#e22ae2 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e22ae2 on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green16.5%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta81.4%
Yellow0.0%
Key (black)11.4%
Color previews
#e22ae2 text on a black background
contrast 5.66:1
Card sample
#e22ae2 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e22ae2;
Background color
Panel with #e22ae2 background
background-color: #e22ae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e22ae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 42, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 42, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e22ae2; background: linear-gradient(135deg, #e22ae2, #E22A67);