#eb8b2f
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 139, 47
HSL
29°, 83%, 55%
CMYK
0, 41, 80, 8
Luminance
0.3633
Every format
| HEX | #eb8b2f |
| RGB | rgb(235, 139, 47) |
| HSL | hsl(29, 83%, 55%) |
| CMYK | cmyk(0%, 41%, 80%, 8%) |
| LAB | lab(66.8 30.0 61.2) |
| LCH | lch(66.8 68.1 63.9) |
| OKLCH | oklch(0.725 0.153 59.2) |
Copy-ready code
/* CSS */
color: #eb8b2f;
background-color: #eb8b2f;
/* Tailwind (arbitrary) */
class="text-[#eb8b2f] bg-[#eb8b2f]"
/* SCSS */
$brand: #eb8b2f;
/* SwiftUI */
Color(red: 0.922, green: 0.545, blue: 0.184)
/* Android */
Color.parseColor("#eb8b2f")Accessibility — WCAG contrast
Aa
#eb8b2f on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8b2f on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green54.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta40.9%
Yellow80.0%
Key (black)7.8%
Color previews
#eb8b2f text on a black background
contrast 8.27:1
Card sample
#eb8b2f text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8b2f;
Background color
Panel with #eb8b2f background
background-color: #eb8b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 139, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 139, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8b2f; background: linear-gradient(135deg, #eb8b2f, #CEEB2F);