#e20074
a dark, electric magenta / pink · warm · closest name: crimson
RGB
226, 0, 116
HSL
329°, 100%, 44%
CMYK
0, 100, 49, 11
Luminance
0.1743
Every format
| HEX | #e20074 |
| RGB | rgb(226, 0, 116) |
| HSL | hsl(329, 100%, 44%) |
| CMYK | cmyk(0%, 100%, 49%, 11%) |
| LAB | lab(48.8 77.4 1.8) |
| LCH | lch(48.8 77.4 1.4) |
| OKLCH | oklch(0.590 0.239 1.3) |
Copy-ready code
/* CSS */
color: #e20074;
background-color: #e20074;
/* Tailwind (arbitrary) */
class="text-[#e20074] bg-[#e20074]"
/* SCSS */
$brand: #e20074;
/* SwiftUI */
Color(red: 0.886, green: 0.000, blue: 0.455)
/* Android */
Color.parseColor("#e20074")Accessibility — WCAG contrast
Aa
#e20074 on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e20074 on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green0.0%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow48.7%
Key (black)11.4%
Color previews
#e20074 text on a black background
contrast 4.49:1
Card sample
#e20074 text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e20074;
Background color
Panel with #e20074 background
background-color: #e20074;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e20074;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 0, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 0, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e20074; background: linear-gradient(135deg, #e20074, #E22300);