#eb8738
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 135, 56
HSL
27°, 82%, 57%
CMYK
0, 43, 76, 8
Luminance
0.3528
Every format
| HEX | #eb8738 |
| RGB | rgb(235, 135, 56) |
| HSL | hsl(27, 82%, 57%) |
| CMYK | cmyk(0%, 43%, 76%, 8%) |
| LAB | lab(66.0 32.4 56.7) |
| LCH | lch(66.0 65.3 60.2) |
| OKLCH | oklch(0.719 0.152 55.0) |
Copy-ready code
/* CSS */
color: #eb8738;
background-color: #eb8738;
/* Tailwind (arbitrary) */
class="text-[#eb8738] bg-[#eb8738]"
/* SCSS */
$brand: #eb8738;
/* SwiftUI */
Color(red: 0.922, green: 0.529, blue: 0.220)
/* Android */
Color.parseColor("#eb8738")Accessibility — WCAG contrast
Aa
#eb8738 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8738 on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green52.9%
Blue22.0%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow76.2%
Key (black)7.8%
Color previews
#eb8738 text on a black background
contrast 8.06:1
Card sample
#eb8738 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8738;
Background color
Panel with #eb8738 background
background-color: #eb8738;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8738;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 135, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 135, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8738; background: linear-gradient(135deg, #eb8738, #D8EB38);