#eb592f
a balanced, electric red · warm · closest name: tomato
RGB
235, 89, 47
HSL
13°, 83%, 55%
CMYK
0, 62, 80, 8
Luminance
0.2501
Every format
| HEX | #eb592f |
| RGB | rgb(235, 89, 47) |
| HSL | hsl(13, 83%, 55%) |
| CMYK | cmyk(0%, 62%, 80%, 8%) |
| LAB | lab(57.1 54.4 52.1) |
| LCH | lch(57.1 75.3 43.8) |
| OKLCH | oklch(0.651 0.189 36.3) |
Copy-ready code
/* CSS */
color: #eb592f;
background-color: #eb592f;
/* Tailwind (arbitrary) */
class="text-[#eb592f] bg-[#eb592f]"
/* SCSS */
$brand: #eb592f;
/* SwiftUI */
Color(red: 0.922, green: 0.349, blue: 0.184)
/* Android */
Color.parseColor("#eb592f")Accessibility — WCAG contrast
Aa
#eb592f on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb592f on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green34.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta62.1%
Yellow80.0%
Key (black)7.8%
Color previews
#eb592f text on a black background
contrast 6.00:1
Card sample
#eb592f text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb592f;
Background color
Panel with #eb592f background
background-color: #eb592f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb592f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 89, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 89, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb592f; background: linear-gradient(135deg, #eb592f, #EBD62F);