#9c4e13
a dark, electric orange · warm · closest name: sienna
RGB
156, 78, 19
HSL
26°, 78%, 34%
CMYK
0, 50, 88, 39
Luminance
0.1256
Every format
| HEX | #9c4e13 |
| RGB | rgb(156, 78, 19) |
| HSL | hsl(26, 78%, 34%) |
| CMYK | cmyk(0%, 50%, 88%, 39%) |
| LAB | lab(42.1 28.8 46.0) |
| LCH | lch(42.1 54.2 57.9) |
| OKLCH | oklch(0.512 0.123 51.5) |
Copy-ready code
/* CSS */
color: #9c4e13;
background-color: #9c4e13;
/* Tailwind (arbitrary) */
class="text-[#9c4e13] bg-[#9c4e13]"
/* SCSS */
$brand: #9c4e13;
/* SwiftUI */
Color(red: 0.612, green: 0.306, blue: 0.075)
/* Android */
Color.parseColor("#9c4e13")Accessibility — WCAG contrast
Aa
#9c4e13 on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c4e13 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green30.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow87.8%
Key (black)38.8%
Color previews
#9c4e13 text on a black background
contrast 3.51:1
Card sample
#9c4e13 text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c4e13;
Background color
Panel with #9c4e13 background
background-color: #9c4e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c4e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 78, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 78, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c4e13; background: linear-gradient(135deg, #9c4e13, #8F9C13);