#9c4300
a dark, electric orange · warm · closest name: sienna
RGB
156, 67, 0
HSL
26°, 100%, 31%
CMYK
0, 57, 100, 39
Luminance
0.1108
Every format
| HEX | #9c4300 |
| RGB | rgb(156, 67, 0) |
| HSL | hsl(26, 100%, 31%) |
| CMYK | cmyk(0%, 57%, 100%, 39%) |
| LAB | lab(39.7 34.3 50.2) |
| LCH | lch(39.7 60.8 55.7) |
| OKLCH | oklch(0.493 0.135 47.6) |
Copy-ready code
/* CSS */
color: #9c4300;
background-color: #9c4300;
/* Tailwind (arbitrary) */
class="text-[#9c4300] bg-[#9c4300]"
/* SCSS */
$brand: #9c4300;
/* SwiftUI */
Color(red: 0.612, green: 0.263, blue: 0.000)
/* Android */
Color.parseColor("#9c4300")Accessibility — WCAG contrast
Aa
#9c4300 on white: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c4300 on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green26.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow100.0%
Key (black)38.8%
Color previews
#9c4300 text on a black background
contrast 3.22:1
Card sample
#9c4300 text on a white background
contrast 6.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c4300;
Background color
Panel with #9c4300 background
background-color: #9c4300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c4300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 67, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 67, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c4300; background: linear-gradient(135deg, #9c4300, #8D9C00);