#eba937
a balanced, electric orange · warm · closest name: orange
RGB
235, 169, 55
HSL
38°, 82%, 57%
CMYK
0, 28, 77, 8
Luminance
0.4631
Every format
| HEX | #eba937 |
| RGB | rgb(235, 169, 55) |
| HSL | hsl(38, 82%, 57%) |
| CMYK | cmyk(0%, 28%, 77%, 8%) |
| LAB | lab(73.8 14.4 64.6) |
| LCH | lch(73.8 66.2 77.4) |
| OKLCH | oklch(0.779 0.145 76.5) |
Copy-ready code
/* CSS */
color: #eba937;
background-color: #eba937;
/* Tailwind (arbitrary) */
class="text-[#eba937] bg-[#eba937]"
/* SCSS */
$brand: #eba937;
/* SwiftUI */
Color(red: 0.922, green: 0.663, blue: 0.216)
/* Android */
Color.parseColor("#eba937")Accessibility — WCAG contrast
Aa
#eba937 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba937 on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.3%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta28.1%
Yellow76.6%
Key (black)7.8%
Color previews
#eba937 text on a black background
contrast 10.26:1
Card sample
#eba937 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba937;
Background color
Panel with #eba937 background
background-color: #eba937;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba937;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 169, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 169, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba937; background: linear-gradient(135deg, #eba937, #B5EB37);