#eb5049
a balanced, electric red · warm · closest name: tomato
RGB
235, 80, 73
HSL
3°, 80%, 60%
CMYK
0, 66, 69, 8
Luminance
0.2388
Every format
| HEX | #eb5049 |
| RGB | rgb(235, 80, 73) |
| HSL | hsl(3, 80%, 60%) |
| CMYK | cmyk(0%, 66%, 69%, 8%) |
| LAB | lab(56.0 59.2 37.3) |
| LCH | lch(56.0 70.0 32.2) |
| OKLCH | oklch(0.643 0.192 26.6) |
Copy-ready code
/* CSS */
color: #eb5049;
background-color: #eb5049;
/* Tailwind (arbitrary) */
class="text-[#eb5049] bg-[#eb5049]"
/* SCSS */
$brand: #eb5049;
/* SwiftUI */
Color(red: 0.922, green: 0.314, blue: 0.286)
/* Android */
Color.parseColor("#eb5049")Accessibility — WCAG contrast
Aa
#eb5049 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5049 on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green31.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta66.0%
Yellow68.9%
Key (black)7.8%
Color previews
#eb5049 text on a black background
contrast 5.78:1
Card sample
#eb5049 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5049;
Background color
Panel with #eb5049 background
background-color: #eb5049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 80, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 80, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5049; background: linear-gradient(135deg, #eb5049, #EBBC49);