#989721
a dark, vivid yellow · cool · closest name: olive
RGB
152, 151, 33
HSL
60°, 64%, 36%
CMYK
0, 1, 78, 40
Luminance
0.2892
Every format
| HEX | #989721 |
| RGB | rgb(152, 151, 33) |
| HSL | hsl(60, 64%, 36%) |
| CMYK | cmyk(0%, 1%, 78%, 40%) |
| LAB | lab(60.7 -13.3 57.3) |
| LCH | lch(60.7 58.8 103.1) |
| OKLCH | oklch(0.657 0.132 109.0) |
Copy-ready code
/* CSS */
color: #989721;
background-color: #989721;
/* Tailwind (arbitrary) */
class="text-[#989721] bg-[#989721]"
/* SCSS */
$brand: #989721;
/* SwiftUI */
Color(red: 0.596, green: 0.592, blue: 0.129)
/* Android */
Color.parseColor("#989721")Accessibility — WCAG contrast
Aa
#989721 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#989721 on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green59.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta0.7%
Yellow78.3%
Key (black)40.4%
Color previews
#989721 text on a black background
contrast 6.78:1
Card sample
#989721 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #989721;
Background color
Panel with #989721 background
background-color: #989721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #989721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 151, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 151, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #989721; background: linear-gradient(135deg, #989721, #4A9821);