#9aaa39
a dark, vivid yellow · cool · closest name: olivedrab
RGB
154, 170, 57
HSL
69°, 50%, 45%
CMYK
9, 0, 67, 33
Luminance
0.3591
Every format
| HEX | #9aaa39 |
| RGB | rgb(154, 170, 57) |
| HSL | hsl(69, 50%, 45%) |
| CMYK | cmyk(9%, 0%, 67%, 33%) |
| LAB | lab(66.5 -21.0 54.1) |
| LCH | lch(66.5 58.0 111.2) |
| OKLCH | oklch(0.704 0.137 117.0) |
Copy-ready code
/* CSS */
color: #9aaa39;
background-color: #9aaa39;
/* Tailwind (arbitrary) */
class="text-[#9aaa39] bg-[#9aaa39]"
/* SCSS */
$brand: #9aaa39;
/* SwiftUI */
Color(red: 0.604, green: 0.667, blue: 0.224)
/* Android */
Color.parseColor("#9aaa39")Accessibility — WCAG contrast
Aa
#9aaa39 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9aaa39 on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green66.7%
Blue22.4%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow66.5%
Key (black)33.3%
Color previews
#9aaa39 text on a black background
contrast 8.18:1
Card sample
#9aaa39 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9aaa39;
Background color
Panel with #9aaa39 background
background-color: #9aaa39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9aaa39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 170, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 170, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9aaa39; background: linear-gradient(135deg, #9aaa39, #4FAA39);