#eb583b
a balanced, electric red · warm · closest name: tomato
RGB
235, 88, 59
HSL
10°, 82%, 58%
CMYK
0, 63, 75, 8
Luminance
0.2496
Every format
| HEX | #eb583b |
| RGB | rgb(235, 88, 59) |
| HSL | hsl(10, 82%, 58%) |
| CMYK | cmyk(0%, 63%, 75%, 8%) |
| LAB | lab(57.0 55.3 46.1) |
| LCH | lch(57.0 72.0 39.8) |
| OKLCH | oklch(0.651 0.187 33.1) |
Copy-ready code
/* CSS */
color: #eb583b;
background-color: #eb583b;
/* Tailwind (arbitrary) */
class="text-[#eb583b] bg-[#eb583b]"
/* SCSS */
$brand: #eb583b;
/* SwiftUI */
Color(red: 0.922, green: 0.345, blue: 0.231)
/* Android */
Color.parseColor("#eb583b")Accessibility — WCAG contrast
Aa
#eb583b on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb583b on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green34.5%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta62.6%
Yellow74.9%
Key (black)7.8%
Color previews
#eb583b text on a black background
contrast 5.99:1
Card sample
#eb583b text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb583b;
Background color
Panel with #eb583b background
background-color: #eb583b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb583b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 88, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 88, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb583b; background: linear-gradient(135deg, #eb583b, #EBCD3B);