#7fd962
a balanced, vivid green · cool · closest name: forestgreen
RGB
127, 217, 98
HSL
105°, 61%, 62%
CMYK
42, 0, 55, 15
Luminance
0.5502
Every format
| HEX | #7fd962 |
| RGB | rgb(127, 217, 98) |
| HSL | hsl(105, 61%, 62%) |
| CMYK | cmyk(42%, 0%, 55%, 15%) |
| LAB | lab(79.0 -48.7 49.6) |
| LCH | lch(79.0 69.6 134.5) |
| OKLCH | oklch(0.803 0.178 138.7) |
Copy-ready code
/* CSS */
color: #7fd962;
background-color: #7fd962;
/* Tailwind (arbitrary) */
class="text-[#7fd962] bg-[#7fd962]"
/* SCSS */
$brand: #7fd962;
/* SwiftUI */
Color(red: 0.498, green: 0.851, blue: 0.384)
/* Android */
Color.parseColor("#7fd962")Accessibility — WCAG contrast
Aa
#7fd962 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd962 on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green85.1%
Blue38.4%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow54.8%
Key (black)14.9%
Color previews
#7fd962 text on a black background
contrast 12.00:1
Card sample
#7fd962 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd962;
Background color
Panel with #7fd962 background
background-color: #7fd962;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd962;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 217, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 217, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd962; background: linear-gradient(135deg, #7fd962, #62D994);