#eba310
a balanced, electric yellow · warm · closest name: orange
RGB
235, 163, 16
HSL
40°, 87%, 49%
CMYK
0, 31, 93, 8
Luminance
0.4389
Every format
| HEX | #eba310 |
| RGB | rgb(235, 163, 16) |
| HSL | hsl(40, 87%, 49%) |
| CMYK | cmyk(0%, 31%, 93%, 8%) |
| LAB | lab(72.2 16.7 74.0) |
| LCH | lch(72.2 75.8 77.3) |
| OKLCH | oklch(0.766 0.158 76.5) |
Copy-ready code
/* CSS */
color: #eba310;
background-color: #eba310;
/* Tailwind (arbitrary) */
class="text-[#eba310] bg-[#eba310]"
/* SCSS */
$brand: #eba310;
/* SwiftUI */
Color(red: 0.922, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#eba310")Accessibility — WCAG contrast
Aa
#eba310 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba310 on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green63.9%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow93.2%
Key (black)7.8%
Color previews
#eba310 text on a black background
contrast 9.78:1
Card sample
#eba310 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba310;
Background color
Panel with #eba310 background
background-color: #eba310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba310; background: linear-gradient(135deg, #eba310, #A1EB10);