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