#974c0f
a dark, electric orange · warm · closest name: sienna
RGB
151, 76, 15
HSL
27°, 82%, 33%
CMYK
0, 50, 90, 41
Luminance
0.1178
Every format
| HEX | #974c0f |
| RGB | rgb(151, 76, 15) |
| HSL | hsl(27, 82%, 33%) |
| CMYK | cmyk(0%, 50%, 90%, 41%) |
| LAB | lab(40.9 27.6 46.0) |
| LCH | lch(40.9 53.7 59.0) |
| OKLCH | oklch(0.500 0.121 52.7) |
Copy-ready code
/* CSS */
color: #974c0f;
background-color: #974c0f;
/* Tailwind (arbitrary) */
class="text-[#974c0f] bg-[#974c0f]"
/* SCSS */
$brand: #974c0f;
/* SwiftUI */
Color(red: 0.592, green: 0.298, blue: 0.059)
/* Android */
Color.parseColor("#974c0f")Accessibility — WCAG contrast
Aa
#974c0f on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#974c0f on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green29.8%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta49.7%
Yellow90.1%
Key (black)40.8%
Color previews
#974c0f text on a black background
contrast 3.36:1
Card sample
#974c0f text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #974c0f;
Background color
Panel with #974c0f background
background-color: #974c0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #974c0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 76, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 76, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #974c0f; background: linear-gradient(135deg, #974c0f, #87970F);