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