#8df36f
a light, electric green · cool · closest name: forestgreen
RGB
141, 243, 111
HSL
106°, 85%, 69%
CMYK
42, 0, 54, 5
Luminance
0.7091
Every format
| HEX | #8df36f |
| RGB | rgb(141, 243, 111) |
| HSL | hsl(106, 85%, 69%) |
| CMYK | cmyk(42%, 0%, 54%, 5%) |
| LAB | lab(87.4 -53.6 53.8) |
| LCH | lch(87.4 75.9 134.9) |
| OKLCH | oklch(0.874 0.195 139.0) |
Copy-ready code
/* CSS */
color: #8df36f;
background-color: #8df36f;
/* Tailwind (arbitrary) */
class="text-[#8df36f] bg-[#8df36f]"
/* SCSS */
$brand: #8df36f;
/* SwiftUI */
Color(red: 0.553, green: 0.953, blue: 0.435)
/* Android */
Color.parseColor("#8df36f")Accessibility — WCAG contrast
Aa
#8df36f on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8df36f on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green95.3%
Blue43.5%
CMYK percentages
Cyan42.0%
Magenta0.0%
Yellow54.3%
Key (black)4.7%
Color previews
#8df36f text on a black background
contrast 15.18:1
Card sample
#8df36f text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8df36f;
Background color
Panel with #8df36f background
background-color: #8df36f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8df36f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 243, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 243, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8df36f; background: linear-gradient(135deg, #8df36f, #6FF3A9);