#eb9b0e
a balanced, electric orange · warm · closest name: orange
RGB
235, 155, 14
HSL
38°, 89%, 49%
CMYK
0, 34, 94, 8
Luminance
0.4114
Every format
| HEX | #eb9b0e |
| RGB | rgb(235, 155, 14) |
| HSL | hsl(38, 89%, 49%) |
| CMYK | cmyk(0%, 34%, 94%, 8%) |
| LAB | lab(70.3 20.9 72.9) |
| LCH | lch(70.3 75.9 74.0) |
| OKLCH | oklch(0.751 0.159 72.0) |
Copy-ready code
/* CSS */
color: #eb9b0e;
background-color: #eb9b0e;
/* Tailwind (arbitrary) */
class="text-[#eb9b0e] bg-[#eb9b0e]"
/* SCSS */
$brand: #eb9b0e;
/* SwiftUI */
Color(red: 0.922, green: 0.608, blue: 0.055)
/* Android */
Color.parseColor("#eb9b0e")Accessibility — WCAG contrast
Aa
#eb9b0e on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9b0e on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green60.8%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta34.0%
Yellow94.0%
Key (black)7.8%
Color previews
#eb9b0e text on a black background
contrast 9.23:1
Card sample
#eb9b0e text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9b0e;
Background color
Panel with #eb9b0e background
background-color: #eb9b0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9b0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 155, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 155, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9b0e; background: linear-gradient(135deg, #eb9b0e, #A8EB0E);