#9a360d
a dark, electric orange · warm · closest name: maroon
RGB
154, 54, 13
HSL
17°, 84%, 33%
CMYK
0, 65, 92, 40
Luminance
0.0954
Every format
| HEX | #9a360d |
| RGB | rgb(154, 54, 13) |
| HSL | hsl(17, 84%, 33%) |
| CMYK | cmyk(0%, 65%, 92%, 40%) |
| LAB | lab(37.0 40.0 44.0) |
| LCH | lch(37.0 59.5 47.7) |
| OKLCH | oklch(0.472 0.142 39.3) |
Copy-ready code
/* CSS */
color: #9a360d;
background-color: #9a360d;
/* Tailwind (arbitrary) */
class="text-[#9a360d] bg-[#9a360d]"
/* SCSS */
$brand: #9a360d;
/* SwiftUI */
Color(red: 0.604, green: 0.212, blue: 0.051)
/* Android */
Color.parseColor("#9a360d")Accessibility — WCAG contrast
Aa
#9a360d on white: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9a360d on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green21.2%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta64.9%
Yellow91.6%
Key (black)39.6%
Color previews
#9a360d text on a black background
contrast 2.91:1
Card sample
#9a360d text on a white background
contrast 7.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9a360d;
Background color
Panel with #9a360d background
background-color: #9a360d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9a360d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 54, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 54, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9a360d; background: linear-gradient(135deg, #9a360d, #9A940D);