#9ac32b
a balanced, vivid green · cool · closest name: olivedrab
RGB
154, 195, 43
HSL
76°, 64%, 47%
CMYK
21, 0, 78, 24
Luminance
0.4607
Every format
| HEX | #9ac32b |
| RGB | rgb(154, 195, 43) |
| HSL | hsl(76, 64%, 47%) |
| CMYK | cmyk(21%, 0%, 78%, 24%) |
| LAB | lab(73.6 -33.8 66.0) |
| LCH | lch(73.6 74.1 117.1) |
| OKLCH | oklch(0.761 0.175 124.2) |
Copy-ready code
/* CSS */
color: #9ac32b;
background-color: #9ac32b;
/* Tailwind (arbitrary) */
class="text-[#9ac32b] bg-[#9ac32b]"
/* SCSS */
$brand: #9ac32b;
/* SwiftUI */
Color(red: 0.604, green: 0.765, blue: 0.169)
/* Android */
Color.parseColor("#9ac32b")Accessibility — WCAG contrast
Aa
#9ac32b on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ac32b on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green76.5%
Blue16.9%
CMYK percentages
Cyan21.0%
Magenta0.0%
Yellow77.9%
Key (black)23.5%
Color previews
#9ac32b text on a black background
contrast 10.21:1
Card sample
#9ac32b text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ac32b;
Background color
Panel with #9ac32b background
background-color: #9ac32b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ac32b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 195, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 195, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ac32b; background: linear-gradient(135deg, #9ac32b, #35C32B);