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