#977621
a dark, vivid yellow · warm · closest name: olive
RGB
151, 118, 33
HSL
43°, 64%, 36%
CMYK
0, 22, 78, 41
Luminance
0.1965
Every format
| HEX | #977621 |
| RGB | rgb(151, 118, 33) |
| HSL | hsl(43, 64%, 36%) |
| CMYK | cmyk(0%, 22%, 78%, 41%) |
| LAB | lab(51.4 4.3 48.7) |
| LCH | lch(51.4 48.9 84.9) |
| OKLCH | oklch(0.583 0.107 86.3) |
Copy-ready code
/* CSS */
color: #977621;
background-color: #977621;
/* Tailwind (arbitrary) */
class="text-[#977621] bg-[#977621]"
/* SCSS */
$brand: #977621;
/* SwiftUI */
Color(red: 0.592, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#977621")Accessibility — WCAG contrast
Aa
#977621 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#977621 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green46.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta21.9%
Yellow78.1%
Key (black)40.8%
Color previews
#977621 text on a black background
contrast 4.93:1
Card sample
#977621 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #977621;
Background color
Panel with #977621 background
background-color: #977621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #977621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #977621; background: linear-gradient(135deg, #977621, #699721);