#eb1497
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 20, 151
HSL
323°, 84%, 50%
CMYK
0, 92, 36, 8
Luminance
0.2040
Every format
| HEX | #eb1497 |
| RGB | rgb(235, 20, 151) |
| HSL | hsl(323, 84%, 50%) |
| CMYK | cmyk(0%, 92%, 36%, 8%) |
| LAB | lab(52.3 80.7 -14.0) |
| LCH | lch(52.3 81.9 350.2) |
| OKLCH | oklch(0.622 0.251 351.7) |
Copy-ready code
/* CSS */
color: #eb1497;
background-color: #eb1497;
/* Tailwind (arbitrary) */
class="text-[#eb1497] bg-[#eb1497]"
/* SCSS */
$brand: #eb1497;
/* SwiftUI */
Color(red: 0.922, green: 0.078, blue: 0.592)
/* Android */
Color.parseColor("#eb1497")Accessibility — WCAG contrast
Aa
#eb1497 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1497 on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green7.8%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta91.5%
Yellow35.7%
Key (black)7.8%
Color previews
#eb1497 text on a black background
contrast 5.08:1
Card sample
#eb1497 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1497;
Background color
Panel with #eb1497 background
background-color: #eb1497;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1497;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 20, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 20, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1497; background: linear-gradient(135deg, #eb1497, #EB2014);