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