#974f21
a dark, vivid orange · warm · closest name: sienna
RGB
151, 79, 33
HSL
23°, 64%, 36%
CMYK
0, 48, 78, 41
Luminance
0.1228
Every format
| HEX | #974f21 |
| RGB | rgb(151, 79, 33) |
| HSL | hsl(23, 64%, 36%) |
| CMYK | cmyk(0%, 48%, 78%, 41%) |
| LAB | lab(41.7 26.6 39.2) |
| LCH | lch(41.7 47.4 55.8) |
| OKLCH | oklch(0.507 0.113 50.0) |
Copy-ready code
/* CSS */
color: #974f21;
background-color: #974f21;
/* Tailwind (arbitrary) */
class="text-[#974f21] bg-[#974f21]"
/* SCSS */
$brand: #974f21;
/* SwiftUI */
Color(red: 0.592, green: 0.310, blue: 0.129)
/* Android */
Color.parseColor("#974f21")Accessibility — WCAG contrast
Aa
#974f21 on white: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#974f21 on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green31.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.7%
Yellow78.1%
Key (black)40.8%
Color previews
#974f21 text on a black background
contrast 3.46:1
Card sample
#974f21 text on a white background
contrast 6.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #974f21;
Background color
Panel with #974f21 background
background-color: #974f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #974f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 79, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 79, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #974f21; background: linear-gradient(135deg, #974f21, #909721);