#eb660d
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 102, 13
HSL
24°, 90%, 49%
CMYK
0, 57, 95, 8
Luminance
0.2719
Every format
| HEX | #eb660d |
| RGB | rgb(235, 102, 13) |
| HSL | hsl(24, 90%, 49%) |
| CMYK | cmyk(0%, 57%, 95%, 8%) |
| LAB | lab(59.2 47.9 65.6) |
| LCH | lch(59.2 81.2 53.9) |
| OKLCH | oklch(0.666 0.184 45.8) |
Copy-ready code
/* CSS */
color: #eb660d;
background-color: #eb660d;
/* Tailwind (arbitrary) */
class="text-[#eb660d] bg-[#eb660d]"
/* SCSS */
$brand: #eb660d;
/* SwiftUI */
Color(red: 0.922, green: 0.400, blue: 0.051)
/* Android */
Color.parseColor("#eb660d")Accessibility — WCAG contrast
Aa
#eb660d on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb660d on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green40.0%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow94.5%
Key (black)7.8%
Color previews
#eb660d text on a black background
contrast 6.44:1
Card sample
#eb660d text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb660d;
Background color
Panel with #eb660d background
background-color: #eb660d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb660d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 102, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 102, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb660d; background: linear-gradient(135deg, #eb660d, #DCEB0D);