#79cf6f
a balanced, vivid green · cool · closest name: forestgreen
RGB
121, 207, 111
HSL
114°, 50%, 62%
CMYK
42, 0, 46, 19
Luminance
0.4984
Every format
| HEX | #79cf6f |
| RGB | rgb(121, 207, 111) |
| HSL | hsl(114, 50%, 62%) |
| CMYK | cmyk(42%, 0%, 46%, 19%) |
| LAB | lab(76.0 -44.8 39.6) |
| LCH | lch(76.0 59.8 138.5) |
| OKLCH | oklch(0.777 0.155 141.7) |
Copy-ready code
/* CSS */
color: #79cf6f;
background-color: #79cf6f;
/* Tailwind (arbitrary) */
class="text-[#79cf6f] bg-[#79cf6f]"
/* SCSS */
$brand: #79cf6f;
/* SwiftUI */
Color(red: 0.475, green: 0.812, blue: 0.435)
/* Android */
Color.parseColor("#79cf6f")Accessibility — WCAG contrast
Aa
#79cf6f on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79cf6f on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green81.2%
Blue43.5%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow46.4%
Key (black)18.8%
Color previews
#79cf6f text on a black background
contrast 10.97:1
Card sample
#79cf6f text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79cf6f;
Background color
Panel with #79cf6f background
background-color: #79cf6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79cf6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 207, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 207, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79cf6f; background: linear-gradient(135deg, #79cf6f, #6FCFA5);