#7fd96f
a balanced, vivid green · cool · closest name: forestgreen
RGB
127, 217, 111
HSL
111°, 58%, 64%
CMYK
42, 0, 49, 15
Luminance
0.5529
Every format
| HEX | #7fd96f |
| RGB | rgb(127, 217, 111) |
| HSL | hsl(111, 58%, 64%) |
| CMYK | cmyk(42%, 0%, 49%, 15%) |
| LAB | lab(79.2 -47.1 43.7) |
| LCH | lch(79.2 64.3 137.2) |
| OKLCH | oklch(0.805 0.167 140.7) |
Copy-ready code
/* CSS */
color: #7fd96f;
background-color: #7fd96f;
/* Tailwind (arbitrary) */
class="text-[#7fd96f] bg-[#7fd96f]"
/* SCSS */
$brand: #7fd96f;
/* SwiftUI */
Color(red: 0.498, green: 0.851, blue: 0.435)
/* Android */
Color.parseColor("#7fd96f")Accessibility — WCAG contrast
Aa
#7fd96f on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd96f on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green85.1%
Blue43.5%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow48.8%
Key (black)14.9%
Color previews
#7fd96f text on a black background
contrast 12.06:1
Card sample
#7fd96f text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd96f;
Background color
Panel with #7fd96f background
background-color: #7fd96f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd96f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 217, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 217, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd96f; background: linear-gradient(135deg, #7fd96f, #6FD9A6);