#8e570b
a dark, electric orange · warm · closest name: sienna
RGB
142, 87, 11
HSL
35°, 86%, 30%
CMYK
0, 39, 92, 44
Luminance
0.1259
Every format
| HEX | #8e570b |
| RGB | rgb(142, 87, 11) |
| HSL | hsl(35, 86%, 30%) |
| CMYK | cmyk(0%, 39%, 92%, 44%) |
| LAB | lab(42.1 17.3 47.7) |
| LCH | lch(42.1 50.7 70.0) |
| OKLCH | oklch(0.508 0.108 66.7) |
Copy-ready code
/* CSS */
color: #8e570b;
background-color: #8e570b;
/* Tailwind (arbitrary) */
class="text-[#8e570b] bg-[#8e570b]"
/* SCSS */
$brand: #8e570b;
/* SwiftUI */
Color(red: 0.557, green: 0.341, blue: 0.043)
/* Android */
Color.parseColor("#8e570b")Accessibility — WCAG contrast
Aa
#8e570b on white: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8e570b on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green34.1%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta38.7%
Yellow92.3%
Key (black)44.3%
Color previews
#8e570b text on a black background
contrast 3.52:1
Card sample
#8e570b text on a white background
contrast 5.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8e570b;
Background color
Panel with #8e570b background
background-color: #8e570b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8e570b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 87, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 87, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8e570b; background: linear-gradient(135deg, #8e570b, #6E8E0B);