#eb8413
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 132, 19
HSL
31°, 85%, 50%
CMYK
0, 44, 92, 8
Luminance
0.3421
Every format
| HEX | #eb8413 |
| RGB | rgb(235, 132, 19) |
| HSL | hsl(31, 85%, 50%) |
| CMYK | cmyk(0%, 44%, 92%, 8%) |
| LAB | lab(65.1 33.0 68.4) |
| LCH | lch(65.1 75.9 64.2) |
| OKLCH | oklch(0.712 0.164 58.9) |
Copy-ready code
/* CSS */
color: #eb8413;
background-color: #eb8413;
/* Tailwind (arbitrary) */
class="text-[#eb8413] bg-[#eb8413]"
/* SCSS */
$brand: #eb8413;
/* SwiftUI */
Color(red: 0.922, green: 0.518, blue: 0.075)
/* Android */
Color.parseColor("#eb8413")Accessibility — WCAG contrast
Aa
#eb8413 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8413 on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green51.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow91.9%
Key (black)7.8%
Color previews
#eb8413 text on a black background
contrast 7.84:1
Card sample
#eb8413 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8413;
Background color
Panel with #eb8413 background
background-color: #eb8413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 132, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 132, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8413; background: linear-gradient(135deg, #eb8413, #C2EB13);