#9ac721
a balanced, vivid green · cool · closest name: olivedrab
RGB
154, 199, 33
HSL
76°, 72%, 46%
CMYK
23, 0, 83, 22
Luminance
0.4783
Every format
| HEX | #9ac721 |
| RGB | rgb(154, 199, 33) |
| HSL | hsl(76, 72%, 46%) |
| CMYK | cmyk(23%, 0%, 83%, 22%) |
| LAB | lab(74.7 -36.0 69.7) |
| LCH | lch(74.7 78.4 117.3) |
| OKLCH | oklch(0.770 0.184 124.8) |
Copy-ready code
/* CSS */
color: #9ac721;
background-color: #9ac721;
/* Tailwind (arbitrary) */
class="text-[#9ac721] bg-[#9ac721]"
/* SCSS */
$brand: #9ac721;
/* SwiftUI */
Color(red: 0.604, green: 0.780, blue: 0.129)
/* Android */
Color.parseColor("#9ac721")Accessibility — WCAG contrast
Aa
#9ac721 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ac721 on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green78.0%
Blue12.9%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow83.4%
Key (black)22.0%
Color previews
#9ac721 text on a black background
contrast 10.57:1
Card sample
#9ac721 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ac721;
Background color
Panel with #9ac721 background
background-color: #9ac721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ac721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 199, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 199, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ac721; background: linear-gradient(135deg, #9ac721, #2BC721);