#973513
a dark, electric orange · warm · closest name: sienna
RGB
151, 53, 19
HSL
16°, 78%, 33%
CMYK
0, 65, 87, 41
Luminance
0.0917
Every format
| HEX | #973513 |
| RGB | rgb(151, 53, 19) |
| HSL | hsl(16, 78%, 33%) |
| CMYK | cmyk(0%, 65%, 87%, 41%) |
| LAB | lab(36.3 39.5 40.8) |
| LCH | lch(36.3 56.8 45.9) |
| OKLCH | oklch(0.466 0.139 37.9) |
Copy-ready code
/* CSS */
color: #973513;
background-color: #973513;
/* Tailwind (arbitrary) */
class="text-[#973513] bg-[#973513]"
/* SCSS */
$brand: #973513;
/* SwiftUI */
Color(red: 0.592, green: 0.208, blue: 0.075)
/* Android */
Color.parseColor("#973513")Accessibility — WCAG contrast
Aa
#973513 on white: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#973513 on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green20.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta64.9%
Yellow87.4%
Key (black)40.8%
Color previews
#973513 text on a black background
contrast 2.83:1
Card sample
#973513 text on a white background
contrast 7.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #973513;
Background color
Panel with #973513 background
background-color: #973513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #973513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 53, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 53, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #973513; background: linear-gradient(135deg, #973513, #978D13);