#eb762f
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 118, 47
HSL
23°, 83%, 55%
CMYK
0, 50, 80, 8
Luminance
0.3082
Every format
| HEX | #eb762f |
| RGB | rgb(235, 118, 47) |
| HSL | hsl(23, 83%, 55%) |
| CMYK | cmyk(0%, 50%, 80%, 8%) |
| LAB | lab(62.4 40.8 57.1) |
| LCH | lch(62.4 70.2 54.4) |
| OKLCH | oklch(0.691 0.166 48.0) |
Copy-ready code
/* CSS */
color: #eb762f;
background-color: #eb762f;
/* Tailwind (arbitrary) */
class="text-[#eb762f] bg-[#eb762f]"
/* SCSS */
$brand: #eb762f;
/* SwiftUI */
Color(red: 0.922, green: 0.463, blue: 0.184)
/* Android */
Color.parseColor("#eb762f")Accessibility — WCAG contrast
Aa
#eb762f on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb762f on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green46.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow80.0%
Key (black)7.8%
Color previews
#eb762f text on a black background
contrast 7.16:1
Card sample
#eb762f text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb762f;
Background color
Panel with #eb762f background
background-color: #eb762f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb762f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 118, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 118, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb762f; background: linear-gradient(135deg, #eb762f, #E3EB2F);