#eb4178
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 65, 120
HSL
341°, 81%, 59%
CMYK
0, 72, 49, 8
Luminance
0.2280
Every format
| HEX | #eb4178 |
| RGB | rgb(235, 65, 120) |
| HSL | hsl(341, 81%, 59%) |
| CMYK | cmyk(0%, 72%, 49%, 8%) |
| LAB | lab(54.9 67.8 8.3) |
| LCH | lch(54.9 68.3 7.0) |
| OKLCH | oklch(0.638 0.208 6.0) |
Copy-ready code
/* CSS */
color: #eb4178;
background-color: #eb4178;
/* Tailwind (arbitrary) */
class="text-[#eb4178] bg-[#eb4178]"
/* SCSS */
$brand: #eb4178;
/* SwiftUI */
Color(red: 0.922, green: 0.255, blue: 0.471)
/* Android */
Color.parseColor("#eb4178")Accessibility — WCAG contrast
Aa
#eb4178 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4178 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green25.5%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow48.9%
Key (black)7.8%
Color previews
#eb4178 text on a black background
contrast 5.56:1
Card sample
#eb4178 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4178;
Background color
Panel with #eb4178 background
background-color: #eb4178;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4178;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 65, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 65, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4178; background: linear-gradient(135deg, #eb4178, #EB7B41);