#7cd166
a balanced, vivid green · cool · closest name: forestgreen
RGB
124, 209, 102
HSL
108°, 54%, 61%
CMYK
41, 0, 51, 18
Luminance
0.5085
Every format
| HEX | #7cd166 |
| RGB | rgb(124, 209, 102) |
| HSL | hsl(108, 54%, 61%) |
| CMYK | cmyk(41%, 0%, 51%, 18%) |
| LAB | lab(76.6 -45.9 44.8) |
| LCH | lch(76.6 64.1 135.7) |
| OKLCH | oklch(0.782 0.165 139.5) |
Copy-ready code
/* CSS */
color: #7cd166;
background-color: #7cd166;
/* Tailwind (arbitrary) */
class="text-[#7cd166] bg-[#7cd166]"
/* SCSS */
$brand: #7cd166;
/* SwiftUI */
Color(red: 0.486, green: 0.820, blue: 0.400)
/* Android */
Color.parseColor("#7cd166")Accessibility — WCAG contrast
Aa
#7cd166 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cd166 on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green82.0%
Blue40.0%
CMYK percentages
Cyan40.7%
Magenta0.0%
Yellow51.2%
Key (black)18.0%
Color previews
#7cd166 text on a black background
contrast 11.17:1
Card sample
#7cd166 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cd166;
Background color
Panel with #7cd166 background
background-color: #7cd166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cd166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 209, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 209, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cd166; background: linear-gradient(135deg, #7cd166, #66D197);