#eba032
a balanced, electric orange · warm · closest name: orange
RGB
235, 160, 50
HSL
36°, 82%, 56%
CMYK
0, 32, 79, 8
Luminance
0.4303
Every format
| HEX | #eba032 |
| RGB | rgb(235, 160, 50) |
| HSL | hsl(36, 82%, 56%) |
| CMYK | cmyk(0%, 32%, 79%, 8%) |
| LAB | lab(71.6 19.0 64.4) |
| LCH | lch(71.6 67.2 73.5) |
| OKLCH | oklch(0.762 0.147 71.6) |
Copy-ready code
/* CSS */
color: #eba032;
background-color: #eba032;
/* Tailwind (arbitrary) */
class="text-[#eba032] bg-[#eba032]"
/* SCSS */
$brand: #eba032;
/* SwiftUI */
Color(red: 0.922, green: 0.627, blue: 0.196)
/* Android */
Color.parseColor("#eba032")Accessibility — WCAG contrast
Aa
#eba032 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba032 on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green62.7%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow78.7%
Key (black)7.8%
Color previews
#eba032 text on a black background
contrast 9.61:1
Card sample
#eba032 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba032;
Background color
Panel with #eba032 background
background-color: #eba032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 160, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 160, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba032; background: linear-gradient(135deg, #eba032, #BBEB32);