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