#9aa721
a dark, vivid yellow · cool · closest name: olive
RGB
154, 167, 33
HSL
66°, 67%, 39%
CMYK
8, 0, 80, 35
Luminance
0.3462
Every format
| HEX | #9aa721 |
| RGB | rgb(154, 167, 33) |
| HSL | hsl(66, 67%, 39%) |
| CMYK | cmyk(8%, 0%, 80%, 35%) |
| LAB | lab(65.5 -20.7 61.6) |
| LCH | lch(65.5 65.0 108.6) |
| OKLCH | oklch(0.695 0.148 115.4) |
Copy-ready code
/* CSS */
color: #9aa721;
background-color: #9aa721;
/* Tailwind (arbitrary) */
class="text-[#9aa721] bg-[#9aa721]"
/* SCSS */
$brand: #9aa721;
/* SwiftUI */
Color(red: 0.604, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#9aa721")Accessibility — WCAG contrast
Aa
#9aa721 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9aa721 on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green65.5%
Blue12.9%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow80.2%
Key (black)34.5%
Color previews
#9aa721 text on a black background
contrast 7.92:1
Card sample
#9aa721 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9aa721;
Background color
Panel with #9aa721 background
background-color: #9aa721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9aa721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9aa721; background: linear-gradient(135deg, #9aa721, #41A721);