#a7c721
a balanced, vivid green · cool · closest name: olivedrab
RGB
167, 199, 33
HSL
72°, 72%, 46%
CMYK
16, 0, 83, 22
Luminance
0.4917
Every format
| HEX | #a7c721 |
| RGB | rgb(167, 199, 33) |
| HSL | hsl(72, 72%, 46%) |
| CMYK | cmyk(16%, 0%, 83%, 22%) |
| LAB | lab(75.6 -30.8 70.7) |
| LCH | lch(75.6 77.1 113.5) |
| OKLCH | oklch(0.779 0.179 120.9) |
Copy-ready code
/* CSS */
color: #a7c721;
background-color: #a7c721;
/* Tailwind (arbitrary) */
class="text-[#a7c721] bg-[#a7c721]"
/* SCSS */
$brand: #a7c721;
/* SwiftUI */
Color(red: 0.655, green: 0.780, blue: 0.129)
/* Android */
Color.parseColor("#a7c721")Accessibility — WCAG contrast
Aa
#a7c721 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7c721 on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green78.0%
Blue12.9%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow83.4%
Key (black)22.0%
Color previews
#a7c721 text on a black background
contrast 10.83:1
Card sample
#a7c721 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7c721;
Background color
Panel with #a7c721 background
background-color: #a7c721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7c721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 199, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 199, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7c721; background: linear-gradient(135deg, #a7c721, #38C721);