#eb1473
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 20, 115
HSL
334°, 84%, 50%
CMYK
0, 92, 51, 8
Luminance
0.1940
Every format
| HEX | #eb1473 |
| RGB | rgb(235, 20, 115) |
| HSL | hsl(334, 84%, 50%) |
| CMYK | cmyk(0%, 92%, 51%, 8%) |
| LAB | lab(51.2 77.6 6.1) |
| LCH | lch(51.2 77.8 4.5) |
| OKLCH | oklch(0.610 0.239 3.9) |
Copy-ready code
/* CSS */
color: #eb1473;
background-color: #eb1473;
/* Tailwind (arbitrary) */
class="text-[#eb1473] bg-[#eb1473]"
/* SCSS */
$brand: #eb1473;
/* SwiftUI */
Color(red: 0.922, green: 0.078, blue: 0.451)
/* Android */
Color.parseColor("#eb1473")Accessibility — WCAG contrast
Aa
#eb1473 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1473 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green7.8%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta91.5%
Yellow51.1%
Key (black)7.8%
Color previews
#eb1473 text on a black background
contrast 4.88:1
Card sample
#eb1473 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1473;
Background color
Panel with #eb1473 background
background-color: #eb1473;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1473;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 20, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 20, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1473; background: linear-gradient(135deg, #eb1473, #EB4414);