#a0cc21
a balanced, vivid green · cool · closest name: olivedrab
RGB
160, 204, 33
HSL
75°, 72%, 47%
CMYK
22, 0, 84, 20
Luminance
0.5077
Every format
| HEX | #a0cc21 |
| RGB | rgb(160, 204, 33) |
| HSL | hsl(75, 72%, 47%) |
| CMYK | cmyk(22%, 0%, 84%, 20%) |
| LAB | lab(76.5 -35.9 71.4) |
| LCH | lch(76.5 79.9 116.7) |
| OKLCH | oklch(0.786 0.187 124.2) |
Copy-ready code
/* CSS */
color: #a0cc21;
background-color: #a0cc21;
/* Tailwind (arbitrary) */
class="text-[#a0cc21] bg-[#a0cc21]"
/* SCSS */
$brand: #a0cc21;
/* SwiftUI */
Color(red: 0.627, green: 0.800, blue: 0.129)
/* Android */
Color.parseColor("#a0cc21")Accessibility — WCAG contrast
Aa
#a0cc21 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0cc21 on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green80.0%
Blue12.9%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow83.8%
Key (black)20.0%
Color previews
#a0cc21 text on a black background
contrast 11.15:1
Card sample
#a0cc21 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0cc21;
Background color
Panel with #a0cc21 background
background-color: #a0cc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0cc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 204, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 204, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0cc21; background: linear-gradient(135deg, #a0cc21, #2ECC21);