#eb9549
a balanced, electric orange · warm · closest name: peru
RGB
235, 149, 73
HSL
28°, 80%, 60%
CMYK
0, 37, 69, 8
Luminance
0.3964
Every format
| HEX | #eb9549 |
| RGB | rgb(235, 149, 73) |
| HSL | hsl(28, 80%, 60%) |
| CMYK | cmyk(0%, 37%, 69%, 8%) |
| LAB | lab(69.2 25.9 52.3) |
| LCH | lch(69.2 58.4 63.7) |
| OKLCH | oklch(0.744 0.138 59.5) |
Copy-ready code
/* CSS */
color: #eb9549;
background-color: #eb9549;
/* Tailwind (arbitrary) */
class="text-[#eb9549] bg-[#eb9549]"
/* SCSS */
$brand: #eb9549;
/* SwiftUI */
Color(red: 0.922, green: 0.584, blue: 0.286)
/* Android */
Color.parseColor("#eb9549")Accessibility — WCAG contrast
Aa
#eb9549 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9549 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green58.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta36.6%
Yellow68.9%
Key (black)7.8%
Color previews
#eb9549 text on a black background
contrast 8.93:1
Card sample
#eb9549 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9549;
Background color
Panel with #eb9549 background
background-color: #eb9549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 149, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 149, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9549; background: linear-gradient(135deg, #eb9549, #D5EB49);