#eb1499
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 20, 153
HSL
323°, 84%, 50%
CMYK
0, 92, 35, 8
Luminance
0.2046
Every format
| HEX | #eb1499 |
| RGB | rgb(235, 20, 153) |
| HSL | hsl(323, 84%, 50%) |
| CMYK | cmyk(0%, 92%, 35%, 8%) |
| LAB | lab(52.4 80.8 -15.1) |
| LCH | lch(52.4 82.2 349.5) |
| OKLCH | oklch(0.623 0.252 351.1) |
Copy-ready code
/* CSS */
color: #eb1499;
background-color: #eb1499;
/* Tailwind (arbitrary) */
class="text-[#eb1499] bg-[#eb1499]"
/* SCSS */
$brand: #eb1499;
/* SwiftUI */
Color(red: 0.922, green: 0.078, blue: 0.600)
/* Android */
Color.parseColor("#eb1499")Accessibility — WCAG contrast
Aa
#eb1499 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1499 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green7.8%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta91.5%
Yellow34.9%
Key (black)7.8%
Color previews
#eb1499 text on a black background
contrast 5.09:1
Card sample
#eb1499 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1499;
Background color
Panel with #eb1499 background
background-color: #eb1499;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1499;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 20, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 20, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1499; background: linear-gradient(135deg, #eb1499, #EB1E14);