#e22ea6
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
226, 46, 166
HSL
320°, 76%, 53%
CMYK
0, 80, 27, 11
Luminance
0.2088
Every format
| HEX | #e22ea6 |
| RGB | rgb(226, 46, 166) |
| HSL | hsl(320, 76%, 53%) |
| CMYK | cmyk(0%, 80%, 27%, 11%) |
| LAB | lab(52.8 75.6 -22.2) |
| LCH | lch(52.8 78.8 343.6) |
| OKLCH | oklch(0.625 0.237 345.6) |
Copy-ready code
/* CSS */
color: #e22ea6;
background-color: #e22ea6;
/* Tailwind (arbitrary) */
class="text-[#e22ea6] bg-[#e22ea6]"
/* SCSS */
$brand: #e22ea6;
/* SwiftUI */
Color(red: 0.886, green: 0.180, blue: 0.651)
/* Android */
Color.parseColor("#e22ea6")Accessibility — WCAG contrast
Aa
#e22ea6 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e22ea6 on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green18.0%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta79.6%
Yellow26.5%
Key (black)11.4%
Color previews
#e22ea6 text on a black background
contrast 5.18:1
Card sample
#e22ea6 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e22ea6;
Background color
Panel with #e22ea6 background
background-color: #e22ea6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e22ea6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 46, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 46, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e22ea6; background: linear-gradient(135deg, #e22ea6, #E22E2E);