#eb6049
a balanced, electric red · warm · closest name: tomato
RGB
235, 96, 73
HSL
9°, 80%, 60%
CMYK
0, 59, 69, 8
Luminance
0.2651
Every format
| HEX | #eb6049 |
| RGB | rgb(235, 96, 73) |
| HSL | hsl(9, 80%, 60%) |
| CMYK | cmyk(0%, 59%, 69%, 8%) |
| LAB | lab(58.5 52.4 40.3) |
| LCH | lch(58.5 66.1 37.6) |
| OKLCH | oklch(0.662 0.177 31.6) |
Copy-ready code
/* CSS */
color: #eb6049;
background-color: #eb6049;
/* Tailwind (arbitrary) */
class="text-[#eb6049] bg-[#eb6049]"
/* SCSS */
$brand: #eb6049;
/* SwiftUI */
Color(red: 0.922, green: 0.376, blue: 0.286)
/* Android */
Color.parseColor("#eb6049")Accessibility — WCAG contrast
Aa
#eb6049 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6049 on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green37.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow68.9%
Key (black)7.8%
Color previews
#eb6049 text on a black background
contrast 6.30:1
Card sample
#eb6049 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6049;
Background color
Panel with #eb6049 background
background-color: #eb6049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 96, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 96, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6049; background: linear-gradient(135deg, #eb6049, #EBCC49);