#eba721
a balanced, electric orange · warm · closest name: orange
RGB
235, 167, 33
HSL
40°, 84%, 53%
CMYK
0, 29, 86, 8
Luminance
0.4541
Every format
| HEX | #eba721 |
| RGB | rgb(235, 167, 33) |
| HSL | hsl(40, 84%, 53%) |
| CMYK | cmyk(0%, 29%, 86%, 8%) |
| LAB | lab(73.2 14.8 71.2) |
| LCH | lch(73.2 72.7 78.2) |
| OKLCH | oklch(0.774 0.154 77.7) |
Copy-ready code
/* CSS */
color: #eba721;
background-color: #eba721;
/* Tailwind (arbitrary) */
class="text-[#eba721] bg-[#eba721]"
/* SCSS */
$brand: #eba721;
/* SwiftUI */
Color(red: 0.922, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#eba721")Accessibility — WCAG contrast
Aa
#eba721 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba721 on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green65.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow86.0%
Key (black)7.8%
Color previews
#eba721 text on a black background
contrast 10.08:1
Card sample
#eba721 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba721;
Background color
Panel with #eba721 background
background-color: #eba721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba721; background: linear-gradient(135deg, #eba721, #A8EB21);