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