#8df37d
a light, electric green · cool · closest name: forestgreen
RGB
141, 243, 125
HSL
112°, 83%, 72%
CMYK
42, 0, 49, 5
Luminance
0.7124
Every format
| HEX | #8df37d |
| RGB | rgb(141, 243, 125) |
| HSL | hsl(112, 83%, 72%) |
| CMYK | cmyk(42%, 0%, 49%, 5%) |
| LAB | lab(87.6 -51.9 47.5) |
| LCH | lch(87.6 70.4 137.5) |
| OKLCH | oklch(0.875 0.182 141.0) |
Copy-ready code
/* CSS */
color: #8df37d;
background-color: #8df37d;
/* Tailwind (arbitrary) */
class="text-[#8df37d] bg-[#8df37d]"
/* SCSS */
$brand: #8df37d;
/* SwiftUI */
Color(red: 0.553, green: 0.953, blue: 0.490)
/* Android */
Color.parseColor("#8df37d")Accessibility — WCAG contrast
Aa
#8df37d on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8df37d on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green95.3%
Blue49.0%
CMYK percentages
Cyan42.0%
Magenta0.0%
Yellow48.6%
Key (black)4.7%
Color previews
#8df37d text on a black background
contrast 15.25:1
Card sample
#8df37d text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8df37d;
Background color
Panel with #8df37d background
background-color: #8df37d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8df37d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 243, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 243, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8df37d; background: linear-gradient(135deg, #8df37d, #7DF3BC);