#79a430
a dark, vivid green · cool · closest name: olivedrab
RGB
121, 164, 48
HSL
82°, 55%, 42%
CMYK
26, 0, 71, 36
Luminance
0.3083
Every format
| HEX | #79a430 |
| RGB | rgb(121, 164, 48) |
| HSL | hsl(82, 55%, 42%) |
| CMYK | cmyk(26%, 0%, 71%, 36%) |
| LAB | lab(62.4 -32.2 52.8) |
| LCH | lch(62.4 61.8 121.4) |
| OKLCH | oklch(0.665 0.150 127.8) |
Copy-ready code
/* CSS */
color: #79a430;
background-color: #79a430;
/* Tailwind (arbitrary) */
class="text-[#79a430] bg-[#79a430]"
/* SCSS */
$brand: #79a430;
/* SwiftUI */
Color(red: 0.475, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#79a430")Accessibility — WCAG contrast
Aa
#79a430 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79a430 on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green64.3%
Blue18.8%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow70.7%
Key (black)35.7%
Color previews
#79a430 text on a black background
contrast 7.17:1
Card sample
#79a430 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79a430;
Background color
Panel with #79a430 background
background-color: #79a430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79a430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79a430; background: linear-gradient(135deg, #79a430, #30A434);