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