#eb8d39
a balanced, electric orange · warm · closest name: peru
RGB
235, 141, 57
HSL
28°, 82%, 57%
CMYK
0, 40, 76, 8
Luminance
0.3701
Every format
| HEX | #eb8d39 |
| RGB | rgb(235, 141, 57) |
| HSL | hsl(28, 82%, 57%) |
| CMYK | cmyk(0%, 40%, 76%, 8%) |
| LAB | lab(67.3 29.3 57.6) |
| LCH | lch(67.3 64.6 63.0) |
| OKLCH | oklch(0.729 0.149 58.4) |
Copy-ready code
/* CSS */
color: #eb8d39;
background-color: #eb8d39;
/* Tailwind (arbitrary) */
class="text-[#eb8d39] bg-[#eb8d39]"
/* SCSS */
$brand: #eb8d39;
/* SwiftUI */
Color(red: 0.922, green: 0.553, blue: 0.224)
/* Android */
Color.parseColor("#eb8d39")Accessibility — WCAG contrast
Aa
#eb8d39 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8d39 on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green55.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow75.7%
Key (black)7.8%
Color previews
#eb8d39 text on a black background
contrast 8.40:1
Card sample
#eb8d39 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8d39;
Background color
Panel with #eb8d39 background
background-color: #eb8d39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8d39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 141, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 141, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8d39; background: linear-gradient(135deg, #eb8d39, #D2EB39);