#eb1489
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 20, 137
HSL
327°, 84%, 50%
CMYK
0, 92, 42, 8
Luminance
0.1997
Every format
| HEX | #eb1489 |
| RGB | rgb(235, 20, 137) |
| HSL | hsl(327, 84%, 50%) |
| CMYK | cmyk(0%, 92%, 42%, 8%) |
| LAB | lab(51.8 79.4 -6.3) |
| LCH | lch(51.8 79.6 355.5) |
| OKLCH | oklch(0.617 0.245 356.4) |
Copy-ready code
/* CSS */
color: #eb1489;
background-color: #eb1489;
/* Tailwind (arbitrary) */
class="text-[#eb1489] bg-[#eb1489]"
/* SCSS */
$brand: #eb1489;
/* SwiftUI */
Color(red: 0.922, green: 0.078, blue: 0.537)
/* Android */
Color.parseColor("#eb1489")Accessibility — WCAG contrast
Aa
#eb1489 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1489 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green7.8%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta91.5%
Yellow41.7%
Key (black)7.8%
Color previews
#eb1489 text on a black background
contrast 4.99:1
Card sample
#eb1489 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1489;
Background color
Panel with #eb1489 background
background-color: #eb1489;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1489;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 20, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 20, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1489; background: linear-gradient(135deg, #eb1489, #EB2E14);