#eb5721
a balanced, electric orange · warm · closest name: tomato
RGB
235, 87, 33
HSL
16°, 84%, 53%
CMYK
0, 63, 86, 8
Luminance
0.2459
Every format
| HEX | #eb5721 |
| RGB | rgb(235, 87, 33) |
| HSL | hsl(16, 84%, 53%) |
| CMYK | cmyk(0%, 63%, 86%, 8%) |
| LAB | lab(56.7 54.9 57.8) |
| LCH | lch(56.7 79.7 46.5) |
| OKLCH | oklch(0.647 0.193 38.3) |
Copy-ready code
/* CSS */
color: #eb5721;
background-color: #eb5721;
/* Tailwind (arbitrary) */
class="text-[#eb5721] bg-[#eb5721]"
/* SCSS */
$brand: #eb5721;
/* SwiftUI */
Color(red: 0.922, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#eb5721")Accessibility — WCAG contrast
Aa
#eb5721 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5721 on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.0%
Yellow86.0%
Key (black)7.8%
Color previews
#eb5721 text on a black background
contrast 5.92:1
Card sample
#eb5721 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5721;
Background color
Panel with #eb5721 background
background-color: #eb5721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5721; background: linear-gradient(135deg, #eb5721, #EBDE21);