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