#7aa721
a dark, vivid green · cool · closest name: olivedrab
RGB
122, 167, 33
HSL
80°, 67%, 39%
CMYK
27, 0, 80, 35
Luminance
0.3188
Every format
| HEX | #7aa721 |
| RGB | rgb(122, 167, 33) |
| HSL | hsl(80, 67%, 39%) |
| CMYK | cmyk(27%, 0%, 80%, 35%) |
| LAB | lab(63.3 -34.0 58.8) |
| LCH | lch(63.3 67.9 120.1) |
| OKLCH | oklch(0.672 0.162 127.3) |
Copy-ready code
/* CSS */
color: #7aa721;
background-color: #7aa721;
/* Tailwind (arbitrary) */
class="text-[#7aa721] bg-[#7aa721]"
/* SCSS */
$brand: #7aa721;
/* SwiftUI */
Color(red: 0.478, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#7aa721")Accessibility — WCAG contrast
Aa
#7aa721 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aa721 on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green65.5%
Blue12.9%
CMYK percentages
Cyan26.9%
Magenta0.0%
Yellow80.2%
Key (black)34.5%
Color previews
#7aa721 text on a black background
contrast 7.38:1
Card sample
#7aa721 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aa721;
Background color
Panel with #7aa721 background
background-color: #7aa721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aa721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aa721; background: linear-gradient(135deg, #7aa721, #21A721);