#eb5409
a balanced, electric orange · warm · closest name: tomato
RGB
235, 84, 9
HSL
20°, 93%, 48%
CMYK
0, 64, 96, 8
Luminance
0.2402
Every format
| HEX | #eb5409 |
| RGB | rgb(235, 84, 9) |
| HSL | hsl(20, 93%, 48%) |
| CMYK | cmyk(0%, 64%, 96%, 8%) |
| LAB | lab(56.1 55.8 64.5) |
| LCH | lch(56.1 85.3 49.1) |
| OKLCH | oklch(0.643 0.199 40.0) |
Copy-ready code
/* CSS */
color: #eb5409;
background-color: #eb5409;
/* Tailwind (arbitrary) */
class="text-[#eb5409] bg-[#eb5409]"
/* SCSS */
$brand: #eb5409;
/* SwiftUI */
Color(red: 0.922, green: 0.329, blue: 0.035)
/* Android */
Color.parseColor("#eb5409")Accessibility — WCAG contrast
Aa
#eb5409 on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5409 on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green32.9%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow96.2%
Key (black)7.8%
Color previews
#eb5409 text on a black background
contrast 5.80:1
Card sample
#eb5409 text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5409;
Background color
Panel with #eb5409 background
background-color: #eb5409;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5409;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 84, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 84, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5409; background: linear-gradient(135deg, #eb5409, #EBEA09);