#974721
a dark, vivid orange · warm · closest name: sienna
RGB
151, 71, 33
HSL
19°, 64%, 36%
CMYK
0, 53, 78, 41
Luminance
0.1120
Every format
| HEX | #974721 |
| RGB | rgb(151, 71, 33) |
| HSL | hsl(19, 64%, 36%) |
| CMYK | cmyk(0%, 53%, 78%, 41%) |
| LAB | lab(39.9 30.9 37.4) |
| LCH | lch(39.9 48.5 50.4) |
| OKLCH | oklch(0.494 0.119 43.9) |
Copy-ready code
/* CSS */
color: #974721;
background-color: #974721;
/* Tailwind (arbitrary) */
class="text-[#974721] bg-[#974721]"
/* SCSS */
$brand: #974721;
/* SwiftUI */
Color(red: 0.592, green: 0.278, blue: 0.129)
/* Android */
Color.parseColor("#974721")Accessibility — WCAG contrast
Aa
#974721 on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#974721 on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green27.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow78.1%
Key (black)40.8%
Color previews
#974721 text on a black background
contrast 3.24:1
Card sample
#974721 text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #974721;
Background color
Panel with #974721 background
background-color: #974721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #974721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 71, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 71, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #974721; background: linear-gradient(135deg, #974721, #979621);