#7cdd66
a balanced, vivid green · cool · closest name: forestgreen
RGB
124, 221, 102
HSL
109°, 64%, 63%
CMYK
44, 0, 54, 13
Luminance
0.5696
Every format
| HEX | #7cdd66 |
| RGB | rgb(124, 221, 102) |
| HSL | hsl(109, 64%, 63%) |
| CMYK | cmyk(44%, 0%, 54%, 13%) |
| LAB | lab(80.2 -50.8 49.1) |
| LCH | lch(80.2 70.6 136.0) |
| OKLCH | oklch(0.812 0.182 140.0) |
Copy-ready code
/* CSS */
color: #7cdd66;
background-color: #7cdd66;
/* Tailwind (arbitrary) */
class="text-[#7cdd66] bg-[#7cdd66]"
/* SCSS */
$brand: #7cdd66;
/* SwiftUI */
Color(red: 0.486, green: 0.867, blue: 0.400)
/* Android */
Color.parseColor("#7cdd66")Accessibility — WCAG contrast
Aa
#7cdd66 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdd66 on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green86.7%
Blue40.0%
CMYK percentages
Cyan43.9%
Magenta0.0%
Yellow53.8%
Key (black)13.3%
Color previews
#7cdd66 text on a black background
contrast 12.39:1
Card sample
#7cdd66 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdd66;
Background color
Panel with #7cdd66 background
background-color: #7cdd66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdd66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 221, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 221, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdd66; background: linear-gradient(135deg, #7cdd66, #66DD9F);