#eb9a49
a balanced, electric orange · warm · closest name: peru
RGB
235, 154, 73
HSL
30°, 80%, 60%
CMYK
0, 35, 69, 8
Luminance
0.4125
Every format
| HEX | #eb9a49 |
| RGB | rgb(235, 154, 73) |
| HSL | hsl(30, 80%, 60%) |
| CMYK | cmyk(0%, 35%, 69%, 8%) |
| LAB | lab(70.4 23.2 53.6) |
| LCH | lch(70.4 58.4 66.6) |
| OKLCH | oklch(0.753 0.136 62.9) |
Copy-ready code
/* CSS */
color: #eb9a49;
background-color: #eb9a49;
/* Tailwind (arbitrary) */
class="text-[#eb9a49] bg-[#eb9a49]"
/* SCSS */
$brand: #eb9a49;
/* SwiftUI */
Color(red: 0.922, green: 0.604, blue: 0.286)
/* Android */
Color.parseColor("#eb9a49")Accessibility — WCAG contrast
Aa
#eb9a49 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9a49 on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green60.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow68.9%
Key (black)7.8%
Color previews
#eb9a49 text on a black background
contrast 9.25:1
Card sample
#eb9a49 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9a49;
Background color
Panel with #eb9a49 background
background-color: #eb9a49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9a49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 154, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 154, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9a49; background: linear-gradient(135deg, #eb9a49, #D0EB49);