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