#eb5708
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 87, 8
HSL
21°, 93%, 48%
CMYK
0, 63, 97, 8
Luminance
0.2450
Every format
| HEX | #eb5708 |
| RGB | rgb(235, 87, 8) |
| HSL | hsl(21, 93%, 48%) |
| CMYK | cmyk(0%, 63%, 97%, 8%) |
| LAB | lab(56.6 54.5 64.9) |
| LCH | lch(56.6 84.8 50.0) |
| OKLCH | oklch(0.646 0.196 40.9) |
Copy-ready code
/* CSS */
color: #eb5708;
background-color: #eb5708;
/* Tailwind (arbitrary) */
class="text-[#eb5708] bg-[#eb5708]"
/* SCSS */
$brand: #eb5708;
/* SwiftUI */
Color(red: 0.922, green: 0.341, blue: 0.031)
/* Android */
Color.parseColor("#eb5708")Accessibility — WCAG contrast
Aa
#eb5708 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5708 on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green34.1%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta63.0%
Yellow96.6%
Key (black)7.8%
Color previews
#eb5708 text on a black background
contrast 5.90:1
Card sample
#eb5708 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5708;
Background color
Panel with #eb5708 background
background-color: #eb5708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 87, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 87, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5708; background: linear-gradient(135deg, #eb5708, #E7EB08);