#eb9404
a balanced, electric orange · warm · closest name: orange
RGB
235, 148, 4
HSL
37°, 97%, 47%
CMYK
0, 37, 98, 8
Luminance
0.3885
Every format
| HEX | #eb9404 |
| RGB | rgb(235, 148, 4) |
| HSL | hsl(37, 97%, 47%) |
| CMYK | cmyk(0%, 37%, 98%, 8%) |
| LAB | lab(68.7 24.5 73.1) |
| LCH | lch(68.7 77.1 71.5) |
| OKLCH | oklch(0.739 0.161 68.4) |
Copy-ready code
/* CSS */
color: #eb9404;
background-color: #eb9404;
/* Tailwind (arbitrary) */
class="text-[#eb9404] bg-[#eb9404]"
/* SCSS */
$brand: #eb9404;
/* SwiftUI */
Color(red: 0.922, green: 0.580, blue: 0.016)
/* Android */
Color.parseColor("#eb9404")Accessibility — WCAG contrast
Aa
#eb9404 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9404 on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green58.0%
Blue1.6%
CMYK percentages
Cyan0.0%
Magenta37.0%
Yellow98.3%
Key (black)7.8%
Color previews
#eb9404 text on a black background
contrast 8.77:1
Card sample
#eb9404 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9404;
Background color
Panel with #eb9404 background
background-color: #eb9404;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9404;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 148, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 148, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9404; background: linear-gradient(135deg, #eb9404, #A8EB04);