#7fd47c
a light, vivid green · cool · closest name: forestgreen
RGB
127, 212, 124
HSL
118°, 51%, 66%
CMYK
40, 0, 42, 17
Luminance
0.5305
Every format
| HEX | #7fd47c |
| RGB | rgb(127, 212, 124) |
| HSL | hsl(118, 51%, 66%) |
| CMYK | cmyk(40%, 0%, 42%, 17%) |
| LAB | lab(77.9 -43.2 35.6) |
| LCH | lch(77.9 56.0 140.5) |
| OKLCH | oklch(0.795 0.147 143.3) |
Copy-ready code
/* CSS */
color: #7fd47c;
background-color: #7fd47c;
/* Tailwind (arbitrary) */
class="text-[#7fd47c] bg-[#7fd47c]"
/* SCSS */
$brand: #7fd47c;
/* SwiftUI */
Color(red: 0.498, green: 0.831, blue: 0.486)
/* Android */
Color.parseColor("#7fd47c")Accessibility — WCAG contrast
Aa
#7fd47c on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd47c on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green83.1%
Blue48.6%
CMYK percentages
Cyan40.1%
Magenta0.0%
Yellow41.5%
Key (black)16.9%
Color previews
#7fd47c text on a black background
contrast 11.61:1
Card sample
#7fd47c text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd47c;
Background color
Panel with #7fd47c background
background-color: #7fd47c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd47c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 212, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 212, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd47c; background: linear-gradient(135deg, #7fd47c, #7CD4B4);