#973f13
a dark, electric orange · warm · closest name: sienna
RGB
151, 63, 19
HSL
20°, 78%, 33%
CMYK
0, 58, 87, 41
Luminance
0.1018
Every format
| HEX | #973f13 |
| RGB | rgb(151, 63, 19) |
| HSL | hsl(20, 78%, 33%) |
| CMYK | cmyk(0%, 58%, 87%, 41%) |
| LAB | lab(38.2 34.6 42.4) |
| LCH | lch(38.2 54.7 50.7) |
| OKLCH | oklch(0.480 0.130 43.2) |
Copy-ready code
/* CSS */
color: #973f13;
background-color: #973f13;
/* Tailwind (arbitrary) */
class="text-[#973f13] bg-[#973f13]"
/* SCSS */
$brand: #973f13;
/* SwiftUI */
Color(red: 0.592, green: 0.247, blue: 0.075)
/* Android */
Color.parseColor("#973f13")Accessibility — WCAG contrast
Aa
#973f13 on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#973f13 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green24.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow87.4%
Key (black)40.8%
Color previews
#973f13 text on a black background
contrast 3.04:1
Card sample
#973f13 text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #973f13;
Background color
Panel with #973f13 background
background-color: #973f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #973f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 63, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 63, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #973f13; background: linear-gradient(135deg, #973f13, #979713);