#9ab721
a dark, vivid green · cool · closest name: olivedrab
RGB
154, 183, 33
HSL
72°, 69%, 42%
CMYK
16, 0, 82, 28
Luminance
0.4085
Every format
| HEX | #9ab721 |
| RGB | rgb(154, 183, 33) |
| HSL | hsl(72, 69%, 42%) |
| CMYK | cmyk(16%, 0%, 82%, 28%) |
| LAB | lab(70.1 -28.5 65.6) |
| LCH | lch(70.1 71.6 113.5) |
| OKLCH | oklch(0.732 0.166 120.8) |
Copy-ready code
/* CSS */
color: #9ab721;
background-color: #9ab721;
/* Tailwind (arbitrary) */
class="text-[#9ab721] bg-[#9ab721]"
/* SCSS */
$brand: #9ab721;
/* SwiftUI */
Color(red: 0.604, green: 0.718, blue: 0.129)
/* Android */
Color.parseColor("#9ab721")Accessibility — WCAG contrast
Aa
#9ab721 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ab721 on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green71.8%
Blue12.9%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow82.0%
Key (black)28.2%
Color previews
#9ab721 text on a black background
contrast 9.17:1
Card sample
#9ab721 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ab721;
Background color
Panel with #9ab721 background
background-color: #9ab721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ab721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 183, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 183, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ab721; background: linear-gradient(135deg, #9ab721, #36B721);