#9ac521
a balanced, vivid green · cool · closest name: olivedrab
RGB
154, 197, 33
HSL
76°, 71%, 45%
CMYK
22, 0, 83, 23
Luminance
0.4691
Every format
| HEX | #9ac521 |
| RGB | rgb(154, 197, 33) |
| HSL | hsl(76, 71%, 45%) |
| CMYK | cmyk(22%, 0%, 83%, 23%) |
| LAB | lab(74.1 -35.1 69.2) |
| LCH | lch(74.1 77.6 116.9) |
| OKLCH | oklch(0.765 0.182 124.4) |
Copy-ready code
/* CSS */
color: #9ac521;
background-color: #9ac521;
/* Tailwind (arbitrary) */
class="text-[#9ac521] bg-[#9ac521]"
/* SCSS */
$brand: #9ac521;
/* SwiftUI */
Color(red: 0.604, green: 0.773, blue: 0.129)
/* Android */
Color.parseColor("#9ac521")Accessibility — WCAG contrast
Aa
#9ac521 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ac521 on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green77.3%
Blue12.9%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow83.2%
Key (black)22.7%
Color previews
#9ac521 text on a black background
contrast 10.38:1
Card sample
#9ac521 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ac521;
Background color
Panel with #9ac521 background
background-color: #9ac521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ac521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 197, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 197, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ac521; background: linear-gradient(135deg, #9ac521, #2DC521);