#9f570b
a dark, electric orange · warm · closest name: sienna
RGB
159, 87, 11
HSL
31°, 87%, 33%
CMYK
0, 45, 93, 38
Luminance
0.1421
Every format
| HEX | #9f570b |
| RGB | rgb(159, 87, 11) |
| HSL | hsl(31, 87%, 33%) |
| CMYK | cmyk(0%, 45%, 93%, 38%) |
| LAB | lab(44.5 25.0 50.5) |
| LCH | lch(44.5 56.4 63.7) |
| OKLCH | oklch(0.531 0.123 58.4) |
Copy-ready code
/* CSS */
color: #9f570b;
background-color: #9f570b;
/* Tailwind (arbitrary) */
class="text-[#9f570b] bg-[#9f570b]"
/* SCSS */
$brand: #9f570b;
/* SwiftUI */
Color(red: 0.624, green: 0.341, blue: 0.043)
/* Android */
Color.parseColor("#9f570b")Accessibility — WCAG contrast
Aa
#9f570b on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9f570b on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green34.1%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta45.3%
Yellow93.1%
Key (black)37.6%
Color previews
#9f570b text on a black background
contrast 3.84:1
Card sample
#9f570b text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f570b;
Background color
Panel with #9f570b background
background-color: #9f570b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f570b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 87, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 87, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f570b; background: linear-gradient(135deg, #9f570b, #849F0B);