#9aa430
a dark, vivid yellow · cool · closest name: olive
RGB
154, 164, 48
HSL
65°, 55%, 42%
CMYK
6, 0, 71, 36
Luminance
0.3363
Every format
| HEX | #9aa430 |
| RGB | rgb(154, 164, 48) |
| HSL | hsl(65, 55%, 42%) |
| CMYK | cmyk(6%, 0%, 71%, 36%) |
| LAB | lab(64.7 -18.5 55.8) |
| LCH | lch(64.7 58.8 108.3) |
| OKLCH | oklch(0.689 0.137 114.3) |
Copy-ready code
/* CSS */
color: #9aa430;
background-color: #9aa430;
/* Tailwind (arbitrary) */
class="text-[#9aa430] bg-[#9aa430]"
/* SCSS */
$brand: #9aa430;
/* SwiftUI */
Color(red: 0.604, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#9aa430")Accessibility — WCAG contrast
Aa
#9aa430 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9aa430 on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green64.3%
Blue18.8%
CMYK percentages
Cyan6.1%
Magenta0.0%
Yellow70.7%
Key (black)35.7%
Color previews
#9aa430 text on a black background
contrast 7.73:1
Card sample
#9aa430 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9aa430;
Background color
Panel with #9aa430 background
background-color: #9aa430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9aa430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9aa430; background: linear-gradient(135deg, #9aa430, #4DA430);