#9c360d
a dark, electric orange · warm · closest name: maroon
RGB
156, 54, 13
HSL
17°, 85%, 33%
CMYK
0, 65, 92, 39
Luminance
0.0974
Every format
| HEX | #9c360d |
| RGB | rgb(156, 54, 13) |
| HSL | hsl(17, 85%, 33%) |
| CMYK | cmyk(0%, 65%, 92%, 39%) |
| LAB | lab(37.4 40.8 44.4) |
| LCH | lch(37.4 60.3 47.5) |
| OKLCH | oklch(0.475 0.144 38.9) |
Copy-ready code
/* CSS */
color: #9c360d;
background-color: #9c360d;
/* Tailwind (arbitrary) */
class="text-[#9c360d] bg-[#9c360d]"
/* SCSS */
$brand: #9c360d;
/* SwiftUI */
Color(red: 0.612, green: 0.212, blue: 0.051)
/* Android */
Color.parseColor("#9c360d")Accessibility — WCAG contrast
Aa
#9c360d on white: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9c360d on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green21.2%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta65.4%
Yellow91.7%
Key (black)38.8%
Color previews
#9c360d text on a black background
contrast 2.95:1
Card sample
#9c360d text on a white background
contrast 7.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c360d;
Background color
Panel with #9c360d background
background-color: #9c360d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c360d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 54, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 54, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c360d; background: linear-gradient(135deg, #9c360d, #9C950D);