#976f0d
a dark, electric yellow · warm · closest name: peru
RGB
151, 111, 13
HSL
43°, 84%, 32%
CMYK
0, 27, 91, 41
Luminance
0.1798
Every format
| HEX | #976f0d |
| RGB | rgb(151, 111, 13) |
| HSL | hsl(43, 84%, 32%) |
| CMYK | cmyk(0%, 27%, 91%, 41%) |
| LAB | lab(49.5 7.7 53.3) |
| LCH | lch(49.5 53.9 81.8) |
| OKLCH | oklch(0.567 0.113 82.5) |
Copy-ready code
/* CSS */
color: #976f0d;
background-color: #976f0d;
/* Tailwind (arbitrary) */
class="text-[#976f0d] bg-[#976f0d]"
/* SCSS */
$brand: #976f0d;
/* SwiftUI */
Color(red: 0.592, green: 0.435, blue: 0.051)
/* Android */
Color.parseColor("#976f0d")Accessibility — WCAG contrast
Aa
#976f0d on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#976f0d on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green43.5%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow91.4%
Key (black)40.8%
Color previews
#976f0d text on a black background
contrast 4.60:1
Card sample
#976f0d text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976f0d;
Background color
Panel with #976f0d background
background-color: #976f0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976f0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 111, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 111, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976f0d; background: linear-gradient(135deg, #976f0d, #63970D);