#eb0052
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 0, 82
HSL
339°, 100%, 46%
CMYK
0, 100, 65, 8
Luminance
0.1827
Every format
| HEX | #eb0052 |
| RGB | rgb(235, 0, 82) |
| HSL | hsl(339, 100%, 46%) |
| CMYK | cmyk(0%, 100%, 65%, 8%) |
| LAB | lab(49.8 77.3 24.4) |
| LCH | lch(49.8 81.1 17.5) |
| OKLCH | oklch(0.598 0.239 14.1) |
Copy-ready code
/* CSS */
color: #eb0052;
background-color: #eb0052;
/* Tailwind (arbitrary) */
class="text-[#eb0052] bg-[#eb0052]"
/* SCSS */
$brand: #eb0052;
/* SwiftUI */
Color(red: 0.922, green: 0.000, blue: 0.322)
/* Android */
Color.parseColor("#eb0052")Accessibility — WCAG contrast
Aa
#eb0052 on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb0052 on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green0.0%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow65.1%
Key (black)7.8%
Color previews
#eb0052 text on a black background
contrast 4.65:1
Card sample
#eb0052 text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0052;
Background color
Panel with #eb0052 background
background-color: #eb0052;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0052;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 0, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 0, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0052; background: linear-gradient(135deg, #eb0052, #EB4B00);