#ea1580
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
234, 21, 128
HSL
330°, 84%, 50%
CMYK
0, 91, 45, 8
Luminance
0.1959
Every format
| HEX | #ea1580 |
| RGB | rgb(234, 21, 128) |
| HSL | hsl(330, 84%, 50%) |
| CMYK | cmyk(0%, 91%, 45%, 8%) |
| LAB | lab(51.4 78.3 -1.5) |
| LCH | lch(51.4 78.3 358.9) |
| OKLCH | oklch(0.613 0.241 359.3) |
Copy-ready code
/* CSS */
color: #ea1580;
background-color: #ea1580;
/* Tailwind (arbitrary) */
class="text-[#ea1580] bg-[#ea1580]"
/* SCSS */
$brand: #ea1580;
/* SwiftUI */
Color(red: 0.918, green: 0.082, blue: 0.502)
/* Android */
Color.parseColor("#ea1580")Accessibility — WCAG contrast
Aa
#ea1580 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea1580 on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green8.2%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta91.0%
Yellow45.3%
Key (black)8.2%
Color previews
#ea1580 text on a black background
contrast 4.92:1
Card sample
#ea1580 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea1580;
Background color
Panel with #ea1580 background
background-color: #ea1580;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea1580;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 21, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 21, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea1580; background: linear-gradient(135deg, #ea1580, #EA3815);