#eba112
a balanced, electric orange · warm · closest name: orange
RGB
235, 161, 18
HSL
40°, 86%, 50%
CMYK
0, 32, 92, 8
Luminance
0.4320
Every format
| HEX | #eba112 |
| RGB | rgb(235, 161, 18) |
| HSL | hsl(40, 86%, 50%) |
| CMYK | cmyk(0%, 32%, 92%, 8%) |
| LAB | lab(71.7 17.7 73.3) |
| LCH | lch(71.7 75.4 76.4) |
| OKLCH | oklch(0.762 0.158 75.2) |
Copy-ready code
/* CSS */
color: #eba112;
background-color: #eba112;
/* Tailwind (arbitrary) */
class="text-[#eba112] bg-[#eba112]"
/* SCSS */
$brand: #eba112;
/* SwiftUI */
Color(red: 0.922, green: 0.631, blue: 0.071)
/* Android */
Color.parseColor("#eba112")Accessibility — WCAG contrast
Aa
#eba112 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba112 on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green63.1%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta31.5%
Yellow92.3%
Key (black)7.8%
Color previews
#eba112 text on a black background
contrast 9.64:1
Card sample
#eba112 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba112;
Background color
Panel with #eba112 background
background-color: #eba112;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba112;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 161, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 161, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba112; background: linear-gradient(135deg, #eba112, #A4EB12);