#a9c721
a balanced, vivid green · cool · closest name: olivedrab
RGB
169, 199, 33
HSL
71°, 72%, 46%
CMYK
15, 0, 83, 22
Luminance
0.4939
Every format
| HEX | #a9c721 |
| RGB | rgb(169, 199, 33) |
| HSL | hsl(71, 72%, 46%) |
| CMYK | cmyk(15%, 0%, 83%, 22%) |
| LAB | lab(75.7 -29.9 70.9) |
| LCH | lch(75.7 77.0 112.9) |
| OKLCH | oklch(0.780 0.178 120.3) |
Copy-ready code
/* CSS */
color: #a9c721;
background-color: #a9c721;
/* Tailwind (arbitrary) */
class="text-[#a9c721] bg-[#a9c721]"
/* SCSS */
$brand: #a9c721;
/* SwiftUI */
Color(red: 0.663, green: 0.780, blue: 0.129)
/* Android */
Color.parseColor("#a9c721")Accessibility — WCAG contrast
Aa
#a9c721 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9c721 on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green78.0%
Blue12.9%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow83.4%
Key (black)22.0%
Color previews
#a9c721 text on a black background
contrast 10.88:1
Card sample
#a9c721 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9c721;
Background color
Panel with #a9c721 background
background-color: #a9c721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9c721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 199, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 199, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9c721; background: linear-gradient(135deg, #a9c721, #3AC721);