#973913
a dark, electric orange · warm · closest name: sienna
RGB
151, 57, 19
HSL
17°, 78%, 33%
CMYK
0, 62, 87, 41
Luminance
0.0955
Every format
| HEX | #973913 |
| RGB | rgb(151, 57, 19) |
| HSL | hsl(17, 78%, 33%) |
| CMYK | cmyk(0%, 62%, 87%, 41%) |
| LAB | lab(37.0 37.6 41.4) |
| LCH | lch(37.0 56.0 47.7) |
| OKLCH | oklch(0.471 0.135 39.9) |
Copy-ready code
/* CSS */
color: #973913;
background-color: #973913;
/* Tailwind (arbitrary) */
class="text-[#973913] bg-[#973913]"
/* SCSS */
$brand: #973913;
/* SwiftUI */
Color(red: 0.592, green: 0.224, blue: 0.075)
/* Android */
Color.parseColor("#973913")Accessibility — WCAG contrast
Aa
#973913 on white: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#973913 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green22.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta62.3%
Yellow87.4%
Key (black)40.8%
Color previews
#973913 text on a black background
contrast 2.91:1
Card sample
#973913 text on a white background
contrast 7.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #973913;
Background color
Panel with #973913 background
background-color: #973913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #973913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 57, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 57, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #973913; background: linear-gradient(135deg, #973913, #979113);