#974913
a dark, electric orange · warm · closest name: sienna
RGB
151, 73, 19
HSL
25°, 78%, 33%
CMYK
0, 52, 87, 41
Luminance
0.1139
Every format
| HEX | #974913 |
| RGB | rgb(151, 73, 19) |
| HSL | hsl(25, 78%, 33%) |
| CMYK | cmyk(0%, 52%, 87%, 41%) |
| LAB | lab(40.2 29.4 44.1) |
| LCH | lch(40.2 53.0 56.3) |
| OKLCH | oklch(0.496 0.122 49.7) |
Copy-ready code
/* CSS */
color: #974913;
background-color: #974913;
/* Tailwind (arbitrary) */
class="text-[#974913] bg-[#974913]"
/* SCSS */
$brand: #974913;
/* SwiftUI */
Color(red: 0.592, green: 0.286, blue: 0.075)
/* Android */
Color.parseColor("#974913")Accessibility — WCAG contrast
Aa
#974913 on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#974913 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green28.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta51.7%
Yellow87.4%
Key (black)40.8%
Color previews
#974913 text on a black background
contrast 3.28:1
Card sample
#974913 text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #974913;
Background color
Panel with #974913 background
background-color: #974913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #974913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 73, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 73, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #974913; background: linear-gradient(135deg, #974913, #8D9713);