#eb7600
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 118, 0
HSL
30°, 100%, 46%
CMYK
0, 50, 100, 8
Luminance
0.3062
Every format
| HEX | #eb7600 |
| RGB | rgb(235, 118, 0) |
| HSL | hsl(30, 100%, 46%) |
| CMYK | cmyk(0%, 50%, 100%, 8%) |
| LAB | lab(62.2 40.0 69.7) |
| LCH | lch(62.2 80.3 60.1) |
| OKLCH | oklch(0.689 0.174 53.2) |
Copy-ready code
/* CSS */
color: #eb7600;
background-color: #eb7600;
/* Tailwind (arbitrary) */
class="text-[#eb7600] bg-[#eb7600]"
/* SCSS */
$brand: #eb7600;
/* SwiftUI */
Color(red: 0.922, green: 0.463, blue: 0.000)
/* Android */
Color.parseColor("#eb7600")Accessibility — WCAG contrast
Aa
#eb7600 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7600 on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green46.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow100.0%
Key (black)7.8%
Color previews
#eb7600 text on a black background
contrast 7.12:1
Card sample
#eb7600 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7600;
Background color
Panel with #eb7600 background
background-color: #eb7600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 118, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 118, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7600; background: linear-gradient(135deg, #eb7600, #C4EB00);