#977521
a dark, vivid yellow · warm · closest name: peru
RGB
151, 117, 33
HSL
43°, 64%, 36%
CMYK
0, 23, 78, 41
Luminance
0.1941
Every format
| HEX | #977521 |
| RGB | rgb(151, 117, 33) |
| HSL | hsl(43, 64%, 36%) |
| CMYK | cmyk(0%, 23%, 78%, 41%) |
| LAB | lab(51.2 4.9 48.4) |
| LCH | lch(51.2 48.7 84.2) |
| OKLCH | oklch(0.581 0.106 85.4) |
Copy-ready code
/* CSS */
color: #977521;
background-color: #977521;
/* Tailwind (arbitrary) */
class="text-[#977521] bg-[#977521]"
/* SCSS */
$brand: #977521;
/* SwiftUI */
Color(red: 0.592, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#977521")Accessibility — WCAG contrast
Aa
#977521 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#977521 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green45.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.5%
Yellow78.1%
Key (black)40.8%
Color previews
#977521 text on a black background
contrast 4.88:1
Card sample
#977521 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #977521;
Background color
Panel with #977521 background
background-color: #977521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #977521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #977521; background: linear-gradient(135deg, #977521, #6A9721);