#8bec67
a light, electric green · cool · closest name: forestgreen
RGB
139, 236, 103
HSL
104°, 78%, 67%
CMYK
41, 0, 56, 8
Luminance
0.6646
Every format
| HEX | #8bec67 |
| RGB | rgb(139, 236, 103) |
| HSL | hsl(104, 78%, 67%) |
| CMYK | cmyk(41%, 0%, 56%, 8%) |
| LAB | lab(85.2 -52.2 54.8) |
| LCH | lch(85.2 75.7 133.6) |
| OKLCH | oklch(0.855 0.193 138.1) |
Copy-ready code
/* CSS */
color: #8bec67;
background-color: #8bec67;
/* Tailwind (arbitrary) */
class="text-[#8bec67] bg-[#8bec67]"
/* SCSS */
$brand: #8bec67;
/* SwiftUI */
Color(red: 0.545, green: 0.925, blue: 0.404)
/* Android */
Color.parseColor("#8bec67")Accessibility — WCAG contrast
Aa
#8bec67 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bec67 on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green92.5%
Blue40.4%
CMYK percentages
Cyan41.1%
Magenta0.0%
Yellow56.4%
Key (black)7.5%
Color previews
#8bec67 text on a black background
contrast 14.29:1
Card sample
#8bec67 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bec67;
Background color
Panel with #8bec67 background
background-color: #8bec67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bec67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 236, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 236, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bec67; background: linear-gradient(135deg, #8bec67, #67EC9C);