#a2c821
a balanced, vivid green · cool · closest name: olivedrab
RGB
162, 200, 33
HSL
74°, 72%, 46%
CMYK
19, 0, 84, 22
Luminance
0.4910
Every format
| HEX | #a2c821 |
| RGB | rgb(162, 200, 33) |
| HSL | hsl(74, 72%, 46%) |
| CMYK | cmyk(19%, 0%, 84%, 22%) |
| LAB | lab(75.5 -33.3 70.6) |
| LCH | lch(75.5 78.0 115.2) |
| OKLCH | oklch(0.778 0.182 122.7) |
Copy-ready code
/* CSS */
color: #a2c821;
background-color: #a2c821;
/* Tailwind (arbitrary) */
class="text-[#a2c821] bg-[#a2c821]"
/* SCSS */
$brand: #a2c821;
/* SwiftUI */
Color(red: 0.635, green: 0.784, blue: 0.129)
/* Android */
Color.parseColor("#a2c821")Accessibility — WCAG contrast
Aa
#a2c821 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2c821 on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green78.4%
Blue12.9%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow83.5%
Key (black)21.6%
Color previews
#a2c821 text on a black background
contrast 10.82:1
Card sample
#a2c821 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2c821;
Background color
Panel with #a2c821 background
background-color: #a2c821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2c821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 200, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 200, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2c821; background: linear-gradient(135deg, #a2c821, #33C821);