#a0c621
a balanced, vivid green · cool · closest name: olivedrab
RGB
160, 198, 33
HSL
74°, 71%, 45%
CMYK
19, 0, 83, 22
Luminance
0.4797
Every format
| HEX | #a0c621 |
| RGB | rgb(160, 198, 33) |
| HSL | hsl(74, 71%, 45%) |
| CMYK | cmyk(19%, 0%, 83%, 22%) |
| LAB | lab(74.8 -33.1 69.9) |
| LCH | lch(74.8 77.4 115.4) |
| OKLCH | oklch(0.772 0.180 122.9) |
Copy-ready code
/* CSS */
color: #a0c621;
background-color: #a0c621;
/* Tailwind (arbitrary) */
class="text-[#a0c621] bg-[#a0c621]"
/* SCSS */
$brand: #a0c621;
/* SwiftUI */
Color(red: 0.627, green: 0.776, blue: 0.129)
/* Android */
Color.parseColor("#a0c621")Accessibility — WCAG contrast
Aa
#a0c621 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0c621 on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green77.6%
Blue12.9%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow83.3%
Key (black)22.4%
Color previews
#a0c621 text on a black background
contrast 10.59:1
Card sample
#a0c621 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0c621;
Background color
Panel with #a0c621 background
background-color: #a0c621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0c621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 198, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 198, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0c621; background: linear-gradient(135deg, #a0c621, #32C621);