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