#eb2172
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 33, 114
HSL
336°, 84%, 53%
CMYK
0, 86, 52, 8
Luminance
0.1996
Every format
| HEX | #eb2172 |
| RGB | rgb(235, 33, 114) |
| HSL | hsl(336, 84%, 53%) |
| CMYK | cmyk(0%, 86%, 52%, 8%) |
| LAB | lab(51.8 75.6 7.6) |
| LCH | lch(51.8 76.0 5.7) |
| OKLCH | oklch(0.615 0.232 4.9) |
Copy-ready code
/* CSS */
color: #eb2172;
background-color: #eb2172;
/* Tailwind (arbitrary) */
class="text-[#eb2172] bg-[#eb2172]"
/* SCSS */
$brand: #eb2172;
/* SwiftUI */
Color(red: 0.922, green: 0.129, blue: 0.447)
/* Android */
Color.parseColor("#eb2172")Accessibility — WCAG contrast
Aa
#eb2172 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2172 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.9%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta86.0%
Yellow51.5%
Key (black)7.8%
Color previews
#eb2172 text on a black background
contrast 4.99:1
Card sample
#eb2172 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2172;
Background color
Panel with #eb2172 background
background-color: #eb2172;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2172;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 33, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 33, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2172; background: linear-gradient(135deg, #eb2172, #EB5621);