#8df27f
a light, electric green · cool · closest name: forestgreen
RGB
141, 242, 127
HSL
113°, 82%, 72%
CMYK
42, 0, 48, 5
Luminance
0.7070
Every format
| HEX | #8df27f |
| RGB | rgb(141, 242, 127) |
| HSL | hsl(113, 82%, 72%) |
| CMYK | cmyk(42%, 0%, 48%, 5%) |
| LAB | lab(87.3 -51.3 46.2) |
| LCH | lch(87.3 69.0 138.0) |
| OKLCH | oklch(0.873 0.179 141.4) |
Copy-ready code
/* CSS */
color: #8df27f;
background-color: #8df27f;
/* Tailwind (arbitrary) */
class="text-[#8df27f] bg-[#8df27f]"
/* SCSS */
$brand: #8df27f;
/* SwiftUI */
Color(red: 0.553, green: 0.949, blue: 0.498)
/* Android */
Color.parseColor("#8df27f")Accessibility — WCAG contrast
Aa
#8df27f on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8df27f on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green94.9%
Blue49.8%
CMYK percentages
Cyan41.7%
Magenta0.0%
Yellow47.5%
Key (black)5.1%
Color previews
#8df27f text on a black background
contrast 15.14:1
Card sample
#8df27f text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8df27f;
Background color
Panel with #8df27f background
background-color: #8df27f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8df27f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 242, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 242, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8df27f; background: linear-gradient(135deg, #8df27f, #7FF2BE);