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