#976f18
a dark, vivid yellow · warm · closest name: peru
RGB
151, 111, 24
HSL
41°, 73%, 34%
CMYK
0, 27, 84, 41
Luminance
0.1801
Every format
| HEX | #976f18 |
| RGB | rgb(151, 111, 24) |
| HSL | hsl(41, 73%, 34%) |
| CMYK | cmyk(0%, 27%, 84%, 41%) |
| LAB | lab(49.5 8.0 50.2) |
| LCH | lch(49.5 50.9 81.0) |
| OKLCH | oklch(0.568 0.109 81.3) |
Copy-ready code
/* CSS */
color: #976f18;
background-color: #976f18;
/* Tailwind (arbitrary) */
class="text-[#976f18] bg-[#976f18]"
/* SCSS */
$brand: #976f18;
/* SwiftUI */
Color(red: 0.592, green: 0.435, blue: 0.094)
/* Android */
Color.parseColor("#976f18")Accessibility — WCAG contrast
Aa
#976f18 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#976f18 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green43.5%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow84.1%
Key (black)40.8%
Color previews
#976f18 text on a black background
contrast 4.60:1
Card sample
#976f18 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976f18;
Background color
Panel with #976f18 background
background-color: #976f18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976f18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 111, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 111, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976f18; background: linear-gradient(135deg, #976f18, #6A9718);