#a2c721
a balanced, vivid green · cool · closest name: olivedrab
RGB
162, 199, 33
HSL
73°, 72%, 46%
CMYK
19, 0, 83, 22
Luminance
0.4864
Every format
| HEX | #a2c721 |
| RGB | rgb(162, 199, 33) |
| HSL | hsl(73, 72%, 46%) |
| CMYK | cmyk(19%, 0%, 83%, 22%) |
| LAB | lab(75.2 -32.8 70.3) |
| LCH | lch(75.2 77.6 115.0) |
| OKLCH | oklch(0.775 0.181 122.5) |
Copy-ready code
/* CSS */
color: #a2c721;
background-color: #a2c721;
/* Tailwind (arbitrary) */
class="text-[#a2c721] bg-[#a2c721]"
/* SCSS */
$brand: #a2c721;
/* SwiftUI */
Color(red: 0.635, green: 0.780, blue: 0.129)
/* Android */
Color.parseColor("#a2c721")Accessibility — WCAG contrast
Aa
#a2c721 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2c721 on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green78.0%
Blue12.9%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow83.4%
Key (black)22.0%
Color previews
#a2c721 text on a black background
contrast 10.73:1
Card sample
#a2c721 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2c721;
Background color
Panel with #a2c721 background
background-color: #a2c721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2c721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 199, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 199, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2c721; background: linear-gradient(135deg, #a2c721, #33C721);