#eb7321
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 115, 33
HSL
24°, 84%, 53%
CMYK
0, 51, 86, 8
Luminance
0.3003
Every format
| HEX | #eb7321 |
| RGB | rgb(235, 115, 33) |
| HSL | hsl(24, 84%, 53%) |
| CMYK | cmyk(0%, 51%, 86%, 8%) |
| LAB | lab(61.7 41.9 61.9) |
| LCH | lch(61.7 74.7 55.9) |
| OKLCH | oklch(0.685 0.171 49.0) |
Copy-ready code
/* CSS */
color: #eb7321;
background-color: #eb7321;
/* Tailwind (arbitrary) */
class="text-[#eb7321] bg-[#eb7321]"
/* SCSS */
$brand: #eb7321;
/* SwiftUI */
Color(red: 0.922, green: 0.451, blue: 0.129)
/* Android */
Color.parseColor("#eb7321")Accessibility — WCAG contrast
Aa
#eb7321 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb7321 on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow86.0%
Key (black)7.8%
Color previews
#eb7321 text on a black background
contrast 7.01:1
Card sample
#eb7321 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7321;
Background color
Panel with #eb7321 background
background-color: #eb7321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 115, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 115, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7321; background: linear-gradient(135deg, #eb7321, #DCEB21);