#e22eb5
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
226, 46, 181
HSL
315°, 76%, 53%
CMYK
0, 80, 20, 11
Luminance
0.2146
Every format
| HEX | #e22eb5 |
| RGB | rgb(226, 46, 181) |
| HSL | hsl(315, 76%, 53%) |
| CMYK | cmyk(0%, 80%, 20%, 11%) |
| LAB | lab(53.5 77.5 -30.0) |
| LCH | lch(53.5 83.1 338.8) |
| OKLCH | oklch(0.631 0.246 340.8) |
Copy-ready code
/* CSS */
color: #e22eb5;
background-color: #e22eb5;
/* Tailwind (arbitrary) */
class="text-[#e22eb5] bg-[#e22eb5]"
/* SCSS */
$brand: #e22eb5;
/* SwiftUI */
Color(red: 0.886, green: 0.180, blue: 0.710)
/* Android */
Color.parseColor("#e22eb5")Accessibility — WCAG contrast
Aa
#e22eb5 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e22eb5 on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green18.0%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta79.6%
Yellow19.9%
Key (black)11.4%
Color previews
#e22eb5 text on a black background
contrast 5.29:1
Card sample
#e22eb5 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e22eb5;
Background color
Panel with #e22eb5 background
background-color: #e22eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e22eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 46, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 46, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e22eb5; background: linear-gradient(135deg, #e22eb5, #E22E3D);