#eb751e
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 117, 30
HSL
26°, 84%, 52%
CMYK
0, 50, 87, 8
Luminance
0.3048
Every format
| HEX | #eb751e |
| RGB | rgb(235, 117, 30) |
| HSL | hsl(26, 84%, 52%) |
| CMYK | cmyk(0%, 50%, 87%, 8%) |
| LAB | lab(62.1 40.9 63.2) |
| LCH | lch(62.1 75.2 57.1) |
| OKLCH | oklch(0.688 0.171 50.4) |
Copy-ready code
/* CSS */
color: #eb751e;
background-color: #eb751e;
/* Tailwind (arbitrary) */
class="text-[#eb751e] bg-[#eb751e]"
/* SCSS */
$brand: #eb751e;
/* SwiftUI */
Color(red: 0.922, green: 0.459, blue: 0.118)
/* Android */
Color.parseColor("#eb751e")Accessibility — WCAG contrast
Aa
#eb751e on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb751e on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.9%
Blue11.8%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow87.2%
Key (black)7.8%
Color previews
#eb751e text on a black background
contrast 7.10:1
Card sample
#eb751e text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb751e;
Background color
Panel with #eb751e background
background-color: #eb751e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb751e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 117, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 117, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb751e; background: linear-gradient(135deg, #eb751e, #D8EB1E);