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