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