#79ac23
a dark, vivid green · cool · closest name: olivedrab
RGB
121, 172, 35
HSL
82°, 66%, 41%
CMYK
30, 0, 80, 33
Luminance
0.3369
Every format
| HEX | #79ac23 |
| RGB | rgb(121, 172, 35) |
| HSL | hsl(82, 66%, 41%) |
| CMYK | cmyk(30%, 0%, 80%, 33%) |
| LAB | lab(64.7 -36.6 59.5) |
| LCH | lch(64.7 69.8 121.6) |
| OKLCH | oklch(0.683 0.168 128.7) |
Copy-ready code
/* CSS */
color: #79ac23;
background-color: #79ac23;
/* Tailwind (arbitrary) */
class="text-[#79ac23] bg-[#79ac23]"
/* SCSS */
$brand: #79ac23;
/* SwiftUI */
Color(red: 0.475, green: 0.675, blue: 0.137)
/* Android */
Color.parseColor("#79ac23")Accessibility — WCAG contrast
Aa
#79ac23 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79ac23 on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green67.5%
Blue13.7%
CMYK percentages
Cyan29.7%
Magenta0.0%
Yellow79.7%
Key (black)32.5%
Color previews
#79ac23 text on a black background
contrast 7.74:1
Card sample
#79ac23 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79ac23;
Background color
Panel with #79ac23 background
background-color: #79ac23;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79ac23;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 172, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 172, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79ac23; background: linear-gradient(135deg, #79ac23, #23AC28);