#7cd147
a balanced, vivid green · cool · closest name: forestgreen
RGB
124, 209, 71
HSL
97°, 60%, 55%
CMYK
41, 0, 66, 18
Luminance
0.5034
Every format
| HEX | #7cd147 |
| RGB | rgb(124, 209, 71) |
| HSL | hsl(97, 60%, 55%) |
| CMYK | cmyk(41%, 0%, 66%, 18%) |
| LAB | lab(76.3 -49.0 58.2) |
| LCH | lch(76.3 76.1 130.1) |
| OKLCH | oklch(0.779 0.191 135.6) |
Copy-ready code
/* CSS */
color: #7cd147;
background-color: #7cd147;
/* Tailwind (arbitrary) */
class="text-[#7cd147] bg-[#7cd147]"
/* SCSS */
$brand: #7cd147;
/* SwiftUI */
Color(red: 0.486, green: 0.820, blue: 0.278)
/* Android */
Color.parseColor("#7cd147")Accessibility — WCAG contrast
Aa
#7cd147 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cd147 on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green82.0%
Blue27.8%
CMYK percentages
Cyan40.7%
Magenta0.0%
Yellow66.0%
Key (black)18.0%
Color previews
#7cd147 text on a black background
contrast 11.07:1
Card sample
#7cd147 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cd147;
Background color
Panel with #7cd147 background
background-color: #7cd147;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cd147;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 209, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 209, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cd147; background: linear-gradient(135deg, #7cd147, #47D16E);