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