#8df358
a balanced, electric green · cool · closest name: lime
RGB
141, 243, 88
HSL
100°, 87%, 65%
CMYK
42, 0, 64, 5
Luminance
0.7047
Every format
| HEX | #8df358 |
| RGB | rgb(141, 243, 88) |
| HSL | hsl(100, 87%, 65%) |
| CMYK | cmyk(42%, 0%, 64%, 5%) |
| LAB | lab(87.2 -55.8 63.4) |
| LCH | lch(87.2 84.5 131.4) |
| OKLCH | oklch(0.871 0.213 136.6) |
Copy-ready code
/* CSS */
color: #8df358;
background-color: #8df358;
/* Tailwind (arbitrary) */
class="text-[#8df358] bg-[#8df358]"
/* SCSS */
$brand: #8df358;
/* SwiftUI */
Color(red: 0.553, green: 0.953, blue: 0.345)
/* Android */
Color.parseColor("#8df358")Accessibility — WCAG contrast
Aa
#8df358 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8df358 on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green95.3%
Blue34.5%
CMYK percentages
Cyan42.0%
Magenta0.0%
Yellow63.8%
Key (black)4.7%
Color previews
#8df358 text on a black background
contrast 15.09:1
Card sample
#8df358 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8df358;
Background color
Panel with #8df358 background
background-color: #8df358;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8df358;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 243, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 243, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8df358; background: linear-gradient(135deg, #8df358, #58F38A);