#eb072d
a balanced, electric red · warm · closest name: crimson
RGB
235, 7, 45
HSL
350°, 94%, 48%
CMYK
0, 97, 81, 8
Luminance
0.1800
Every format
| HEX | #eb072d |
| RGB | rgb(235, 7, 45) |
| HSL | hsl(350, 94%, 48%) |
| CMYK | cmyk(0%, 97%, 81%, 8%) |
| LAB | lab(49.5 75.4 45.8) |
| LCH | lch(49.5 88.2 31.3) |
| OKLCH | oklch(0.594 0.238 24.1) |
Copy-ready code
/* CSS */
color: #eb072d;
background-color: #eb072d;
/* Tailwind (arbitrary) */
class="text-[#eb072d] bg-[#eb072d]"
/* SCSS */
$brand: #eb072d;
/* SwiftUI */
Color(red: 0.922, green: 0.027, blue: 0.176)
/* Android */
Color.parseColor("#eb072d")Accessibility — WCAG contrast
Aa
#eb072d on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb072d on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green2.7%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta97.0%
Yellow80.9%
Key (black)7.8%
Color previews
#eb072d text on a black background
contrast 4.60:1
Card sample
#eb072d text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb072d;
Background color
Panel with #eb072d background
background-color: #eb072d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb072d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 7, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 7, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb072d; background: linear-gradient(135deg, #eb072d, #EB7907);