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