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