#eb2178
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 33, 120
HSL
334°, 84%, 53%
CMYK
0, 86, 49, 8
Luminance
0.2011
Every format
| HEX | #eb2178 |
| RGB | rgb(235, 33, 120) |
| HSL | hsl(334, 84%, 53%) |
| CMYK | cmyk(0%, 86%, 49%, 8%) |
| LAB | lab(52.0 76.0 4.2) |
| LCH | lch(52.0 76.2 3.1) |
| OKLCH | oklch(0.617 0.234 2.8) |
Copy-ready code
/* CSS */
color: #eb2178;
background-color: #eb2178;
/* Tailwind (arbitrary) */
class="text-[#eb2178] bg-[#eb2178]"
/* SCSS */
$brand: #eb2178;
/* SwiftUI */
Color(red: 0.922, green: 0.129, blue: 0.471)
/* Android */
Color.parseColor("#eb2178")Accessibility — WCAG contrast
Aa
#eb2178 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2178 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.9%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta86.0%
Yellow48.9%
Key (black)7.8%
Color previews
#eb2178 text on a black background
contrast 5.02:1
Card sample
#eb2178 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2178;
Background color
Panel with #eb2178 background
background-color: #eb2178;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2178;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 33, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 33, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2178; background: linear-gradient(135deg, #eb2178, #EB5121);