#eb7401
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 116, 1
HSL
30°, 99%, 46%
CMYK
0, 51, 100, 8
Luminance
0.3016
Every format
| HEX | #eb7401 |
| RGB | rgb(235, 116, 1) |
| HSL | hsl(30, 99%, 46%) |
| CMYK | cmyk(0%, 51%, 100%, 8%) |
| LAB | lab(61.8 41.0 69.3) |
| LCH | lch(61.8 80.5 59.4) |
| OKLCH | oklch(0.686 0.175 52.3) |
Copy-ready code
/* CSS */
color: #eb7401;
background-color: #eb7401;
/* Tailwind (arbitrary) */
class="text-[#eb7401] bg-[#eb7401]"
/* SCSS */
$brand: #eb7401;
/* SwiftUI */
Color(red: 0.922, green: 0.455, blue: 0.004)
/* Android */
Color.parseColor("#eb7401")Accessibility — WCAG contrast
Aa
#eb7401 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7401 on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.5%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow99.6%
Key (black)7.8%
Color previews
#eb7401 text on a black background
contrast 7.03:1
Card sample
#eb7401 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7401;
Background color
Panel with #eb7401 background
background-color: #eb7401;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7401;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 116, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 116, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7401; background: linear-gradient(135deg, #eb7401, #C6EB01);