#98570b
a dark, electric orange · warm · closest name: sienna
RGB
152, 87, 11
HSL
32°, 87%, 32%
CMYK
0, 43, 93, 40
Luminance
0.1352
Every format
| HEX | #98570b |
| RGB | rgb(152, 87, 11) |
| HSL | hsl(32, 87%, 32%) |
| CMYK | cmyk(0%, 43%, 93%, 40%) |
| LAB | lab(43.5 21.9 49.3) |
| LCH | lch(43.5 54.0 66.1) |
| OKLCH | oklch(0.521 0.116 61.5) |
Copy-ready code
/* CSS */
color: #98570b;
background-color: #98570b;
/* Tailwind (arbitrary) */
class="text-[#98570b] bg-[#98570b]"
/* SCSS */
$brand: #98570b;
/* SwiftUI */
Color(red: 0.596, green: 0.341, blue: 0.043)
/* Android */
Color.parseColor("#98570b")Accessibility — WCAG contrast
Aa
#98570b on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#98570b on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green34.1%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta42.8%
Yellow92.8%
Key (black)40.4%
Color previews
#98570b text on a black background
contrast 3.70:1
Card sample
#98570b text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98570b;
Background color
Panel with #98570b background
background-color: #98570b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98570b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 87, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 87, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98570b; background: linear-gradient(135deg, #98570b, #7B980B);