#7cec7c
a light, vivid green · cool · closest name: forestgreen
RGB
124, 236, 124
HSL
120°, 75%, 71%
CMYK
48, 0, 48, 8
Luminance
0.6573
Every format
| HEX | #7cec7c |
| RGB | rgb(124, 236, 124) |
| HSL | hsl(120, 75%, 71%) |
| CMYK | cmyk(48%, 0%, 48%, 8%) |
| LAB | lab(84.9 -54.1 44.4) |
| LCH | lch(84.9 70.0 140.6) |
| OKLCH | oklch(0.851 0.182 143.8) |
Copy-ready code
/* CSS */
color: #7cec7c;
background-color: #7cec7c;
/* Tailwind (arbitrary) */
class="text-[#7cec7c] bg-[#7cec7c]"
/* SCSS */
$brand: #7cec7c;
/* SwiftUI */
Color(red: 0.486, green: 0.925, blue: 0.486)
/* Android */
Color.parseColor("#7cec7c")Accessibility — WCAG contrast
Aa
#7cec7c on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cec7c on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green92.5%
Blue48.6%
CMYK percentages
Cyan47.5%
Magenta0.0%
Yellow47.5%
Key (black)7.5%
Color previews
#7cec7c text on a black background
contrast 14.15:1
Card sample
#7cec7c text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cec7c;
Background color
Panel with #7cec7c background
background-color: #7cec7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cec7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 236, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 236, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cec7c; background: linear-gradient(135deg, #7cec7c, #7CECC7);