#eb043d
a balanced, electric red · warm · closest name: crimson
RGB
235, 4, 61
HSL
345°, 97%, 47%
CMYK
0, 98, 74, 8
Luminance
0.1809
Every format
| HEX | #eb043d |
| RGB | rgb(235, 4, 61) |
| HSL | hsl(345, 97%, 47%) |
| CMYK | cmyk(0%, 98%, 74%, 8%) |
| LAB | lab(49.6 76.1 36.8) |
| LCH | lch(49.6 84.5 25.8) |
| OKLCH | oklch(0.595 0.238 20.3) |
Copy-ready code
/* CSS */
color: #eb043d;
background-color: #eb043d;
/* Tailwind (arbitrary) */
class="text-[#eb043d] bg-[#eb043d]"
/* SCSS */
$brand: #eb043d;
/* SwiftUI */
Color(red: 0.922, green: 0.016, blue: 0.239)
/* Android */
Color.parseColor("#eb043d")Accessibility — WCAG contrast
Aa
#eb043d on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb043d on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green1.6%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta98.3%
Yellow74.0%
Key (black)7.8%
Color previews
#eb043d text on a black background
contrast 4.62:1
Card sample
#eb043d text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb043d;
Background color
Panel with #eb043d background
background-color: #eb043d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb043d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 4, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 4, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb043d; background: linear-gradient(135deg, #eb043d, #EB6504);