#8df66b
a light, electric green · cool · closest name: forestgreen
RGB
141, 246, 107
HSL
105°, 89%, 69%
CMYK
43, 0, 57, 4
Luminance
0.7264
Every format
| HEX | #8df66b |
| RGB | rgb(141, 246, 107) |
| HSL | hsl(105, 89%, 69%) |
| CMYK | cmyk(43%, 0%, 57%, 4%) |
| LAB | lab(88.3 -55.2 56.5) |
| LCH | lch(88.3 79.0 134.3) |
| OKLCH | oklch(0.880 0.202 138.7) |
Copy-ready code
/* CSS */
color: #8df66b;
background-color: #8df66b;
/* Tailwind (arbitrary) */
class="text-[#8df66b] bg-[#8df66b]"
/* SCSS */
$brand: #8df66b;
/* SwiftUI */
Color(red: 0.553, green: 0.965, blue: 0.420)
/* Android */
Color.parseColor("#8df66b")Accessibility — WCAG contrast
Aa
#8df66b on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8df66b on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green96.5%
Blue42.0%
CMYK percentages
Cyan42.7%
Magenta0.0%
Yellow56.5%
Key (black)3.5%
Color previews
#8df66b text on a black background
contrast 15.53:1
Card sample
#8df66b text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8df66b;
Background color
Panel with #8df66b background
background-color: #8df66b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8df66b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 246, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 246, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8df66b; background: linear-gradient(135deg, #8df66b, #6BF6A6);