#9c570b
a dark, electric orange · warm · closest name: sienna
RGB
156, 87, 11
HSL
31°, 87%, 33%
CMYK
0, 44, 93, 39
Luminance
0.1391
Every format
| HEX | #9c570b |
| RGB | rgb(156, 87, 11) |
| HSL | hsl(31, 87%, 33%) |
| CMYK | cmyk(0%, 44%, 93%, 39%) |
| LAB | lab(44.1 23.6 50.0) |
| LCH | lch(44.1 55.3 64.7) |
| OKLCH | oklch(0.527 0.120 59.7) |
Copy-ready code
/* CSS */
color: #9c570b;
background-color: #9c570b;
/* Tailwind (arbitrary) */
class="text-[#9c570b] bg-[#9c570b]"
/* SCSS */
$brand: #9c570b;
/* SwiftUI */
Color(red: 0.612, green: 0.341, blue: 0.043)
/* Android */
Color.parseColor("#9c570b")Accessibility — WCAG contrast
Aa
#9c570b on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c570b on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green34.1%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta44.2%
Yellow92.9%
Key (black)38.8%
Color previews
#9c570b text on a black background
contrast 3.78:1
Card sample
#9c570b text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c570b;
Background color
Panel with #9c570b background
background-color: #9c570b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c570b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 87, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 87, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c570b; background: linear-gradient(135deg, #9c570b, #809C0B);