#79a521
a dark, vivid green · cool · closest name: olivedrab
RGB
121, 165, 33
HSL
80°, 67%, 39%
CMYK
27, 0, 80, 35
Luminance
0.3109
Every format
| HEX | #79a521 |
| RGB | rgb(121, 165, 33) |
| HSL | hsl(80, 67%, 39%) |
| CMYK | cmyk(27%, 0%, 80%, 35%) |
| LAB | lab(62.6 -33.5 58.1) |
| LCH | lch(62.6 67.1 120.0) |
| OKLCH | oklch(0.666 0.160 127.1) |
Copy-ready code
/* CSS */
color: #79a521;
background-color: #79a521;
/* Tailwind (arbitrary) */
class="text-[#79a521] bg-[#79a521]"
/* SCSS */
$brand: #79a521;
/* SwiftUI */
Color(red: 0.475, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#79a521")Accessibility — WCAG contrast
Aa
#79a521 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79a521 on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green64.7%
Blue12.9%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow80.0%
Key (black)35.3%
Color previews
#79a521 text on a black background
contrast 7.22:1
Card sample
#79a521 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79a521;
Background color
Panel with #79a521 background
background-color: #79a521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79a521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79a521; background: linear-gradient(135deg, #79a521, #21A521);