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