#eb1f85
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 31, 133
HSL
330°, 84%, 52%
CMYK
0, 87, 43, 8
Luminance
0.2034
Every format
| HEX | #eb1f85 |
| RGB | rgb(235, 31, 133) |
| HSL | hsl(330, 84%, 52%) |
| CMYK | cmyk(0%, 87%, 43%, 8%) |
| LAB | lab(52.2 77.5 -3.3) |
| LCH | lch(52.2 77.5 357.6) |
| OKLCH | oklch(0.620 0.239 358.2) |
Copy-ready code
/* CSS */
color: #eb1f85;
background-color: #eb1f85;
/* Tailwind (arbitrary) */
class="text-[#eb1f85] bg-[#eb1f85]"
/* SCSS */
$brand: #eb1f85;
/* SwiftUI */
Color(red: 0.922, green: 0.122, blue: 0.522)
/* Android */
Color.parseColor("#eb1f85")Accessibility — WCAG contrast
Aa
#eb1f85 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1f85 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.2%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta86.8%
Yellow43.4%
Key (black)7.8%
Color previews
#eb1f85 text on a black background
contrast 5.07:1
Card sample
#eb1f85 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1f85;
Background color
Panel with #eb1f85 background
background-color: #eb1f85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1f85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 31, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 31, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1f85; background: linear-gradient(135deg, #eb1f85, #EB411F);