#eb8317
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 131, 23
HSL
31°, 84%, 51%
CMYK
0, 44, 90, 8
Luminance
0.3396
Every format
| HEX | #eb8317 |
| RGB | rgb(235, 131, 23) |
| HSL | hsl(31, 84%, 51%) |
| CMYK | cmyk(0%, 44%, 90%, 8%) |
| LAB | lab(64.9 33.6 67.3) |
| LCH | lch(64.9 75.2 63.5) |
| OKLCH | oklch(0.710 0.164 58.1) |
Copy-ready code
/* CSS */
color: #eb8317;
background-color: #eb8317;
/* Tailwind (arbitrary) */
class="text-[#eb8317] bg-[#eb8317]"
/* SCSS */
$brand: #eb8317;
/* SwiftUI */
Color(red: 0.922, green: 0.514, blue: 0.090)
/* Android */
Color.parseColor("#eb8317")Accessibility — WCAG contrast
Aa
#eb8317 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8317 on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green51.4%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow90.2%
Key (black)7.8%
Color previews
#eb8317 text on a black background
contrast 7.79:1
Card sample
#eb8317 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8317;
Background color
Panel with #eb8317 background
background-color: #eb8317;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8317;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 131, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 131, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8317; background: linear-gradient(135deg, #eb8317, #C6EB17);