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