#eba024
a balanced, electric orange · warm · closest name: orange
RGB
235, 160, 36
HSL
37°, 83%, 53%
CMYK
0, 32, 85, 8
Luminance
0.4293
Every format
| HEX | #eba024 |
| RGB | rgb(235, 160, 36) |
| HSL | hsl(37, 83%, 53%) |
| CMYK | cmyk(0%, 32%, 85%, 8%) |
| LAB | lab(71.5 18.6 69.0) |
| LCH | lch(71.5 71.5 74.9) |
| OKLCH | oklch(0.761 0.153 73.3) |
Copy-ready code
/* CSS */
color: #eba024;
background-color: #eba024;
/* Tailwind (arbitrary) */
class="text-[#eba024] bg-[#eba024]"
/* SCSS */
$brand: #eba024;
/* SwiftUI */
Color(red: 0.922, green: 0.627, blue: 0.141)
/* Android */
Color.parseColor("#eba024")Accessibility — WCAG contrast
Aa
#eba024 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba024 on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green62.7%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow84.7%
Key (black)7.8%
Color previews
#eba024 text on a black background
contrast 9.59:1
Card sample
#eba024 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba024;
Background color
Panel with #eba024 background
background-color: #eba024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 160, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 160, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba024; background: linear-gradient(135deg, #eba024, #B1EB24);