#eb7424
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 116, 36
HSL
24°, 83%, 53%
CMYK
0, 51, 85, 8
Luminance
0.3028
Every format
| HEX | #eb7424 |
| RGB | rgb(235, 116, 36) |
| HSL | hsl(24, 83%, 53%) |
| CMYK | cmyk(0%, 51%, 85%, 8%) |
| LAB | lab(61.9 41.5 61.0) |
| LCH | lch(61.9 73.8 55.8) |
| OKLCH | oklch(0.687 0.170 49.0) |
Copy-ready code
/* CSS */
color: #eb7424;
background-color: #eb7424;
/* Tailwind (arbitrary) */
class="text-[#eb7424] bg-[#eb7424]"
/* SCSS */
$brand: #eb7424;
/* SwiftUI */
Color(red: 0.922, green: 0.455, blue: 0.141)
/* Android */
Color.parseColor("#eb7424")Accessibility — WCAG contrast
Aa
#eb7424 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7424 on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.5%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow84.7%
Key (black)7.8%
Color previews
#eb7424 text on a black background
contrast 7.06:1
Card sample
#eb7424 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7424;
Background color
Panel with #eb7424 background
background-color: #eb7424;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7424;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 116, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 116, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7424; background: linear-gradient(135deg, #eb7424, #DDEB24);