#eba813
a balanced, electric yellow · warm · closest name: orange
RGB
235, 168, 19
HSL
41°, 85%, 50%
CMYK
0, 29, 92, 8
Luminance
0.4571
Every format
| HEX | #eba813 |
| RGB | rgb(235, 168, 19) |
| HSL | hsl(41, 85%, 50%) |
| CMYK | cmyk(0%, 29%, 92%, 8%) |
| LAB | lab(73.4 14.1 74.4) |
| LCH | lch(73.4 75.7 79.3) |
| OKLCH | oklch(0.775 0.158 79.2) |
Copy-ready code
/* CSS */
color: #eba813;
background-color: #eba813;
/* Tailwind (arbitrary) */
class="text-[#eba813] bg-[#eba813]"
/* SCSS */
$brand: #eba813;
/* SwiftUI */
Color(red: 0.922, green: 0.659, blue: 0.075)
/* Android */
Color.parseColor("#eba813")Accessibility — WCAG contrast
Aa
#eba813 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba813 on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green65.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow91.9%
Key (black)7.8%
Color previews
#eba813 text on a black background
contrast 10.14:1
Card sample
#eba813 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba813;
Background color
Panel with #eba813 background
background-color: #eba813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 168, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 168, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba813; background: linear-gradient(135deg, #eba813, #9EEB13);