#eb8749
a balanced, electric orange · warm · closest name: coral
RGB
235, 135, 73
HSL
23°, 80%, 60%
CMYK
0, 43, 69, 8
Luminance
0.3547
Every format
| HEX | #eb8749 |
| RGB | rgb(235, 135, 73) |
| HSL | hsl(23, 80%, 60%) |
| CMYK | cmyk(0%, 43%, 69%, 8%) |
| LAB | lab(66.1 33.2 48.9) |
| LCH | lch(66.1 59.1 55.8) |
| OKLCH | oklch(0.720 0.144 50.4) |
Copy-ready code
/* CSS */
color: #eb8749;
background-color: #eb8749;
/* Tailwind (arbitrary) */
class="text-[#eb8749] bg-[#eb8749]"
/* SCSS */
$brand: #eb8749;
/* SwiftUI */
Color(red: 0.922, green: 0.529, blue: 0.286)
/* Android */
Color.parseColor("#eb8749")Accessibility — WCAG contrast
Aa
#eb8749 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8749 on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green52.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow68.9%
Key (black)7.8%
Color previews
#eb8749 text on a black background
contrast 8.09:1
Card sample
#eb8749 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8749;
Background color
Panel with #eb8749 background
background-color: #eb8749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 135, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 135, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8749; background: linear-gradient(135deg, #eb8749, #E3EB49);