#eb9b19
a balanced, electric orange · warm · closest name: orange
RGB
235, 155, 25
HSL
37°, 84%, 51%
CMYK
0, 34, 89, 8
Luminance
0.4118
Every format
| HEX | #eb9b19 |
| RGB | rgb(235, 155, 25) |
| HSL | hsl(37, 84%, 51%) |
| CMYK | cmyk(0%, 34%, 89%, 8%) |
| LAB | lab(70.3 21.0 70.9) |
| LCH | lch(70.3 73.9 73.5) |
| OKLCH | oklch(0.752 0.156 71.3) |
Copy-ready code
/* CSS */
color: #eb9b19;
background-color: #eb9b19;
/* Tailwind (arbitrary) */
class="text-[#eb9b19] bg-[#eb9b19]"
/* SCSS */
$brand: #eb9b19;
/* SwiftUI */
Color(red: 0.922, green: 0.608, blue: 0.098)
/* Android */
Color.parseColor("#eb9b19")Accessibility — WCAG contrast
Aa
#eb9b19 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9b19 on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green60.8%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta34.0%
Yellow89.4%
Key (black)7.8%
Color previews
#eb9b19 text on a black background
contrast 9.24:1
Card sample
#eb9b19 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9b19;
Background color
Panel with #eb9b19 background
background-color: #eb9b19;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9b19;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 155, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 155, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9b19; background: linear-gradient(135deg, #eb9b19, #AFEB19);