#eb9b4e
a balanced, electric orange · warm · closest name: peru
RGB
235, 155, 78
HSL
29°, 80%, 61%
CMYK
0, 34, 67, 8
Luminance
0.4165
Every format
| HEX | #eb9b4e |
| RGB | rgb(235, 155, 78) |
| HSL | hsl(29, 80%, 61%) |
| CMYK | cmyk(0%, 34%, 67%, 8%) |
| LAB | lab(70.6 23.0 51.5) |
| LCH | lch(70.6 56.4 66.0) |
| OKLCH | oklch(0.755 0.133 62.2) |
Copy-ready code
/* CSS */
color: #eb9b4e;
background-color: #eb9b4e;
/* Tailwind (arbitrary) */
class="text-[#eb9b4e] bg-[#eb9b4e]"
/* SCSS */
$brand: #eb9b4e;
/* SwiftUI */
Color(red: 0.922, green: 0.608, blue: 0.306)
/* Android */
Color.parseColor("#eb9b4e")Accessibility — WCAG contrast
Aa
#eb9b4e on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9b4e on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green60.8%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta34.0%
Yellow66.8%
Key (black)7.8%
Color previews
#eb9b4e text on a black background
contrast 9.33:1
Card sample
#eb9b4e text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9b4e;
Background color
Panel with #eb9b4e background
background-color: #eb9b4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9b4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 155, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 155, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9b4e; background: linear-gradient(135deg, #eb9b4e, #D2EB4E);