#a2c621
a balanced, vivid green · cool · closest name: olivedrab
RGB
162, 198, 33
HSL
73°, 71%, 45%
CMYK
18, 0, 83, 22
Luminance
0.4818
Every format
| HEX | #a2c621 |
| RGB | rgb(162, 198, 33) |
| HSL | hsl(73, 71%, 45%) |
| CMYK | cmyk(18%, 0%, 83%, 22%) |
| LAB | lab(74.9 -32.3 70.1) |
| LCH | lch(74.9 77.2 114.8) |
| OKLCH | oklch(0.773 0.180 122.2) |
Copy-ready code
/* CSS */
color: #a2c621;
background-color: #a2c621;
/* Tailwind (arbitrary) */
class="text-[#a2c621] bg-[#a2c621]"
/* SCSS */
$brand: #a2c621;
/* SwiftUI */
Color(red: 0.635, green: 0.776, blue: 0.129)
/* Android */
Color.parseColor("#a2c621")Accessibility — WCAG contrast
Aa
#a2c621 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2c621 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green77.6%
Blue12.9%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow83.3%
Key (black)22.4%
Color previews
#a2c621 text on a black background
contrast 10.64:1
Card sample
#a2c621 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2c621;
Background color
Panel with #a2c621 background
background-color: #a2c621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2c621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 198, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 198, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2c621; background: linear-gradient(135deg, #a2c621, #34C621);