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