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