#989921
a dark, vivid yellow · cool · closest name: olive
RGB
152, 153, 33
HSL
61°, 65%, 37%
CMYK
1, 0, 78, 40
Luminance
0.2957
Every format
| HEX | #989921 |
| RGB | rgb(152, 153, 33) |
| HSL | hsl(61, 65%, 37%) |
| CMYK | cmyk(1%, 0%, 78%, 40%) |
| LAB | lab(61.3 -14.4 57.8) |
| LCH | lch(61.3 59.5 104.0) |
| OKLCH | oklch(0.661 0.134 110.1) |
Copy-ready code
/* CSS */
color: #989921;
background-color: #989921;
/* Tailwind (arbitrary) */
class="text-[#989921] bg-[#989921]"
/* SCSS */
$brand: #989921;
/* SwiftUI */
Color(red: 0.596, green: 0.600, blue: 0.129)
/* Android */
Color.parseColor("#989921")Accessibility — WCAG contrast
Aa
#989921 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#989921 on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green60.0%
Blue12.9%
CMYK percentages
Cyan0.7%
Magenta0.0%
Yellow78.4%
Key (black)40.0%
Color previews
#989921 text on a black background
contrast 6.91:1
Card sample
#989921 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #989921;
Background color
Panel with #989921 background
background-color: #989921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #989921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 153, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 153, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #989921; background: linear-gradient(135deg, #989921, #489921);