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