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