#eb1f71
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 31, 113
HSL
336°, 84%, 52%
CMYK
0, 87, 52, 8
Luminance
0.1983
Every format
| HEX | #eb1f71 |
| RGB | rgb(235, 31, 113) |
| HSL | hsl(336, 84%, 52%) |
| CMYK | cmyk(0%, 87%, 52%, 8%) |
| LAB | lab(51.7 75.9 8.0) |
| LCH | lch(51.7 76.3 6.0) |
| OKLCH | oklch(0.614 0.233 5.1) |
Copy-ready code
/* CSS */
color: #eb1f71;
background-color: #eb1f71;
/* Tailwind (arbitrary) */
class="text-[#eb1f71] bg-[#eb1f71]"
/* SCSS */
$brand: #eb1f71;
/* SwiftUI */
Color(red: 0.922, green: 0.122, blue: 0.443)
/* Android */
Color.parseColor("#eb1f71")Accessibility — WCAG contrast
Aa
#eb1f71 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1f71 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.2%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta86.8%
Yellow51.9%
Key (black)7.8%
Color previews
#eb1f71 text on a black background
contrast 4.97:1
Card sample
#eb1f71 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1f71;
Background color
Panel with #eb1f71 background
background-color: #eb1f71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1f71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 31, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 31, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1f71; background: linear-gradient(135deg, #eb1f71, #EB551F);