#976b21
a dark, vivid orange · warm · closest name: peru
RGB
151, 107, 33
HSL
38°, 64%, 36%
CMYK
0, 29, 78, 41
Luminance
0.1720
Every format
| HEX | #976b21 |
| RGB | rgb(151, 107, 33) |
| HSL | hsl(38, 64%, 36%) |
| CMYK | cmyk(0%, 29%, 78%, 41%) |
| LAB | lab(48.5 10.6 45.9) |
| LCH | lch(48.5 47.1 77.0) |
| OKLCH | oklch(0.560 0.104 76.0) |
Copy-ready code
/* CSS */
color: #976b21;
background-color: #976b21;
/* Tailwind (arbitrary) */
class="text-[#976b21] bg-[#976b21]"
/* SCSS */
$brand: #976b21;
/* SwiftUI */
Color(red: 0.592, green: 0.420, blue: 0.129)
/* Android */
Color.parseColor("#976b21")Accessibility — WCAG contrast
Aa
#976b21 on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#976b21 on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green42.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow78.1%
Key (black)40.8%
Color previews
#976b21 text on a black background
contrast 4.44:1
Card sample
#976b21 text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976b21;
Background color
Panel with #976b21 background
background-color: #976b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 107, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 107, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976b21; background: linear-gradient(135deg, #976b21, #749721);