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