#eb5500
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 85, 0
HSL
22°, 100%, 46%
CMYK
0, 64, 100, 8
Luminance
0.2416
Every format
| HEX | #eb5500 |
| RGB | rgb(235, 85, 0) |
| HSL | hsl(22, 100%, 46%) |
| CMYK | cmyk(0%, 64%, 100%, 8%) |
| LAB | lab(56.3 55.3 66.3) |
| LCH | lch(56.3 86.4 50.2) |
| OKLCH | oklch(0.644 0.199 40.9) |
Copy-ready code
/* CSS */
color: #eb5500;
background-color: #eb5500;
/* Tailwind (arbitrary) */
class="text-[#eb5500] bg-[#eb5500]"
/* SCSS */
$brand: #eb5500;
/* SwiftUI */
Color(red: 0.922, green: 0.333, blue: 0.000)
/* Android */
Color.parseColor("#eb5500")Accessibility — WCAG contrast
Aa
#eb5500 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5500 on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green33.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta63.8%
Yellow100.0%
Key (black)7.8%
Color previews
#eb5500 text on a black background
contrast 5.83:1
Card sample
#eb5500 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5500;
Background color
Panel with #eb5500 background
background-color: #eb5500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 85, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 85, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5500; background: linear-gradient(135deg, #eb5500, #E4EB00);