#8cfda7
a light, electric green · cool · closest name: aquamarine
RGB
140, 253, 167
HSL
134°, 97%, 77%
CMYK
45, 0, 34, 1
Luminance
0.7862
Every format
| HEX | #8cfda7 |
| RGB | rgb(140, 253, 167) |
| HSL | hsl(134, 97%, 77%) |
| CMYK | cmyk(45%, 0%, 34%, 1%) |
| LAB | lab(91.1 -50.1 31.4) |
| LCH | lch(91.1 59.1 148.0) |
| OKLCH | oklch(0.905 0.158 150.0) |
Copy-ready code
/* CSS */
color: #8cfda7;
background-color: #8cfda7;
/* Tailwind (arbitrary) */
class="text-[#8cfda7] bg-[#8cfda7]"
/* SCSS */
$brand: #8cfda7;
/* SwiftUI */
Color(red: 0.549, green: 0.992, blue: 0.655)
/* Android */
Color.parseColor("#8cfda7")Accessibility — WCAG contrast
Aa
#8cfda7 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cfda7 on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green99.2%
Blue65.5%
CMYK percentages
Cyan44.7%
Magenta0.0%
Yellow34.0%
Key (black)0.8%
Color previews
#8cfda7 text on a black background
contrast 16.72:1
Card sample
#8cfda7 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cfda7;
Background color
Panel with #8cfda7 background
background-color: #8cfda7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cfda7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 253, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 253, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cfda7; background: linear-gradient(135deg, #8cfda7, #8CFDF2);