#eb024e
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 2, 78
HSL
340°, 98%, 47%
CMYK
0, 99, 67, 8
Luminance
0.1826
Every format
| HEX | #eb024e |
| RGB | rgb(235, 2, 78) |
| HSL | hsl(340, 98%, 47%) |
| CMYK | cmyk(0%, 99%, 67%, 8%) |
| LAB | lab(49.8 77.0 26.8) |
| LCH | lch(49.8 81.5 19.2) |
| OKLCH | oklch(0.598 0.238 15.4) |
Copy-ready code
/* CSS */
color: #eb024e;
background-color: #eb024e;
/* Tailwind (arbitrary) */
class="text-[#eb024e] bg-[#eb024e]"
/* SCSS */
$brand: #eb024e;
/* SwiftUI */
Color(red: 0.922, green: 0.008, blue: 0.306)
/* Android */
Color.parseColor("#eb024e")Accessibility — WCAG contrast
Aa
#eb024e on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb024e on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green0.8%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta99.1%
Yellow66.8%
Key (black)7.8%
Color previews
#eb024e text on a black background
contrast 4.65:1
Card sample
#eb024e text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb024e;
Background color
Panel with #eb024e background
background-color: #eb024e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb024e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 2, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 2, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb024e; background: linear-gradient(135deg, #eb024e, #EB5102);