#eb0076
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 0, 118
HSL
330°, 100%, 46%
CMYK
0, 100, 50, 8
Luminance
0.1897
Every format
| HEX | #eb0076 |
| RGB | rgb(235, 0, 118) |
| HSL | hsl(330, 100%, 46%) |
| CMYK | cmyk(0%, 100%, 50%, 8%) |
| LAB | lab(50.7 79.5 3.5) |
| LCH | lch(50.7 79.6 2.5) |
| OKLCH | oklch(0.607 0.245 2.3) |
Copy-ready code
/* CSS */
color: #eb0076;
background-color: #eb0076;
/* Tailwind (arbitrary) */
class="text-[#eb0076] bg-[#eb0076]"
/* SCSS */
$brand: #eb0076;
/* SwiftUI */
Color(red: 0.922, green: 0.000, blue: 0.463)
/* Android */
Color.parseColor("#eb0076")Accessibility — WCAG contrast
Aa
#eb0076 on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb0076 on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green0.0%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow49.8%
Key (black)7.8%
Color previews
#eb0076 text on a black background
contrast 4.79:1
Card sample
#eb0076 text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0076;
Background color
Panel with #eb0076 background
background-color: #eb0076;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0076;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 0, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 0, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0076; background: linear-gradient(135deg, #eb0076, #EB2700);