#7aaf21
a dark, vivid green · cool · closest name: olivedrab
RGB
122, 175, 33
HSL
82°, 68%, 41%
CMYK
30, 0, 81, 31
Luminance
0.3491
Every format
| HEX | #7aaf21 |
| RGB | rgb(122, 175, 33) |
| HSL | hsl(82, 68%, 41%) |
| CMYK | cmyk(30%, 0%, 81%, 31%) |
| LAB | lab(65.7 -37.6 61.0) |
| LCH | lch(65.7 71.7 121.7) |
| OKLCH | oklch(0.691 0.172 128.9) |
Copy-ready code
/* CSS */
color: #7aaf21;
background-color: #7aaf21;
/* Tailwind (arbitrary) */
class="text-[#7aaf21] bg-[#7aaf21]"
/* SCSS */
$brand: #7aaf21;
/* SwiftUI */
Color(red: 0.478, green: 0.686, blue: 0.129)
/* Android */
Color.parseColor("#7aaf21")Accessibility — WCAG contrast
Aa
#7aaf21 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aaf21 on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green68.6%
Blue12.9%
CMYK percentages
Cyan30.3%
Magenta0.0%
Yellow81.1%
Key (black)31.4%
Color previews
#7aaf21 text on a black background
contrast 7.98:1
Card sample
#7aaf21 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aaf21;
Background color
Panel with #7aaf21 background
background-color: #7aaf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aaf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 175, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 175, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aaf21; background: linear-gradient(135deg, #7aaf21, #21AF27);