#eb9a39
a balanced, electric orange · warm · closest name: peru
RGB
235, 154, 57
HSL
33°, 82%, 57%
CMYK
0, 35, 76, 8
Luminance
0.4107
Every format
| HEX | #eb9a39 |
| RGB | rgb(235, 154, 57) |
| HSL | hsl(33, 82%, 57%) |
| CMYK | cmyk(0%, 35%, 76%, 8%) |
| LAB | lab(70.2 22.5 60.4) |
| LCH | lch(70.2 64.5 69.6) |
| OKLCH | oklch(0.752 0.145 66.6) |
Copy-ready code
/* CSS */
color: #eb9a39;
background-color: #eb9a39;
/* Tailwind (arbitrary) */
class="text-[#eb9a39] bg-[#eb9a39]"
/* SCSS */
$brand: #eb9a39;
/* SwiftUI */
Color(red: 0.922, green: 0.604, blue: 0.224)
/* Android */
Color.parseColor("#eb9a39")Accessibility — WCAG contrast
Aa
#eb9a39 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9a39 on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green60.4%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow75.7%
Key (black)7.8%
Color previews
#eb9a39 text on a black background
contrast 9.21:1
Card sample
#eb9a39 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9a39;
Background color
Panel with #eb9a39 background
background-color: #eb9a39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9a39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 154, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 154, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9a39; background: linear-gradient(135deg, #eb9a39, #C5EB39);