#8ce95f
a balanced, electric green · cool · closest name: forestgreen
RGB
140, 233, 95
HSL
100°, 76%, 64%
CMYK
40, 0, 59, 9
Luminance
0.6468
Every format
| HEX | #8ce95f |
| RGB | rgb(140, 233, 95) |
| HSL | hsl(100, 76%, 64%) |
| CMYK | cmyk(40%, 0%, 59%, 9%) |
| LAB | lab(84.3 -51.5 57.2) |
| LCH | lch(84.3 77.0 132.0) |
| OKLCH | oklch(0.847 0.195 136.8) |
Copy-ready code
/* CSS */
color: #8ce95f;
background-color: #8ce95f;
/* Tailwind (arbitrary) */
class="text-[#8ce95f] bg-[#8ce95f]"
/* SCSS */
$brand: #8ce95f;
/* SwiftUI */
Color(red: 0.549, green: 0.914, blue: 0.373)
/* Android */
Color.parseColor("#8ce95f")Accessibility — WCAG contrast
Aa
#8ce95f on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ce95f on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green91.4%
Blue37.3%
CMYK percentages
Cyan39.9%
Magenta0.0%
Yellow59.2%
Key (black)8.6%
Color previews
#8ce95f text on a black background
contrast 13.94:1
Card sample
#8ce95f text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ce95f;
Background color
Panel with #8ce95f background
background-color: #8ce95f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ce95f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 233, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 233, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ce95f; background: linear-gradient(135deg, #8ce95f, #5FE98E);