#eb7628
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 118, 40
HSL
24°, 83%, 54%
CMYK
0, 50, 83, 8
Luminance
0.3077
Every format
| HEX | #eb7628 |
| RGB | rgb(235, 118, 40) |
| HSL | hsl(24, 83%, 54%) |
| CMYK | cmyk(0%, 50%, 83%, 8%) |
| LAB | lab(62.3 40.6 59.9) |
| LCH | lch(62.3 72.3 55.9) |
| OKLCH | oklch(0.690 0.168 49.3) |
Copy-ready code
/* CSS */
color: #eb7628;
background-color: #eb7628;
/* Tailwind (arbitrary) */
class="text-[#eb7628] bg-[#eb7628]"
/* SCSS */
$brand: #eb7628;
/* SwiftUI */
Color(red: 0.922, green: 0.463, blue: 0.157)
/* Android */
Color.parseColor("#eb7628")Accessibility — WCAG contrast
Aa
#eb7628 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7628 on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green46.3%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow83.0%
Key (black)7.8%
Color previews
#eb7628 text on a black background
contrast 7.15:1
Card sample
#eb7628 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7628;
Background color
Panel with #eb7628 background
background-color: #eb7628;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7628;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 118, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 118, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7628; background: linear-gradient(135deg, #eb7628, #DEEB28);