#979724
a dark, vivid yellow · cool · closest name: olive
RGB
151, 151, 36
HSL
60°, 62%, 37%
CMYK
0, 0, 76, 41
Luminance
0.2884
Every format
| HEX | #979724 |
| RGB | rgb(151, 151, 36) |
| HSL | hsl(60, 62%, 37%) |
| CMYK | cmyk(0%, 0%, 76%, 41%) |
| LAB | lab(60.6 -13.7 56.2) |
| LCH | lch(60.6 57.8 103.7) |
| OKLCH | oklch(0.656 0.131 109.5) |
Copy-ready code
/* CSS */
color: #979724;
background-color: #979724;
/* Tailwind (arbitrary) */
class="text-[#979724] bg-[#979724]"
/* SCSS */
$brand: #979724;
/* SwiftUI */
Color(red: 0.592, green: 0.592, blue: 0.141)
/* Android */
Color.parseColor("#979724")Accessibility — WCAG contrast
Aa
#979724 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#979724 on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green59.2%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow76.2%
Key (black)40.8%
Color previews
#979724 text on a black background
contrast 6.77:1
Card sample
#979724 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #979724;
Background color
Panel with #979724 background
background-color: #979724;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #979724;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 151, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 151, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #979724; background: linear-gradient(135deg, #979724, #4A9724);