#8ff58f
a light, electric green · cool · closest name: aquamarine
RGB
143, 245, 143
HSL
120°, 84%, 76%
CMYK
42, 0, 42, 4
Luminance
0.7313
Every format
| HEX | #8ff58f |
| RGB | rgb(143, 245, 143) |
| HSL | hsl(120, 84%, 76%) |
| CMYK | cmyk(42%, 0%, 42%, 4%) |
| LAB | lab(88.5 -49.7 40.0) |
| LCH | lch(88.5 63.8 141.2) |
| OKLCH | oklch(0.884 0.167 144.0) |
Copy-ready code
/* CSS */
color: #8ff58f;
background-color: #8ff58f;
/* Tailwind (arbitrary) */
class="text-[#8ff58f] bg-[#8ff58f]"
/* SCSS */
$brand: #8ff58f;
/* SwiftUI */
Color(red: 0.561, green: 0.961, blue: 0.561)
/* Android */
Color.parseColor("#8ff58f")Accessibility — WCAG contrast
Aa
#8ff58f on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ff58f on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green96.1%
Blue56.1%
CMYK percentages
Cyan41.6%
Magenta0.0%
Yellow41.6%
Key (black)3.9%
Color previews
#8ff58f text on a black background
contrast 15.63:1
Card sample
#8ff58f text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ff58f;
Background color
Panel with #8ff58f background
background-color: #8ff58f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ff58f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 245, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 245, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ff58f; background: linear-gradient(135deg, #8ff58f, #8FF5D3);