#eb8024
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 128, 36
HSL
28°, 83%, 53%
CMYK
0, 46, 85, 8
Luminance
0.3323
Every format
| HEX | #eb8024 |
| RGB | rgb(235, 128, 36) |
| HSL | hsl(28, 83%, 53%) |
| CMYK | cmyk(0%, 46%, 85%, 8%) |
| LAB | lab(64.3 35.4 63.0) |
| LCH | lch(64.3 72.3 60.7) |
| OKLCH | oklch(0.706 0.162 54.9) |
Copy-ready code
/* CSS */
color: #eb8024;
background-color: #eb8024;
/* Tailwind (arbitrary) */
class="text-[#eb8024] bg-[#eb8024]"
/* SCSS */
$brand: #eb8024;
/* SwiftUI */
Color(red: 0.922, green: 0.502, blue: 0.141)
/* Android */
Color.parseColor("#eb8024")Accessibility — WCAG contrast
Aa
#eb8024 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8024 on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green50.2%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow84.7%
Key (black)7.8%
Color previews
#eb8024 text on a black background
contrast 7.65:1
Card sample
#eb8024 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8024;
Background color
Panel with #eb8024 background
background-color: #eb8024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 128, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 128, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8024; background: linear-gradient(135deg, #eb8024, #D1EB24);