#8cfbab
a light, electric green · cool · closest name: aquamarine
RGB
140, 251, 171
HSL
137°, 93%, 77%
CMYK
44, 0, 32, 2
Luminance
0.7751
Every format
| HEX | #8cfbab |
| RGB | rgb(140, 251, 171) |
| HSL | hsl(137, 93%, 77%) |
| CMYK | cmyk(44%, 0%, 32%, 2%) |
| LAB | lab(90.5 -48.6 28.7) |
| LCH | lch(90.5 56.5 149.5) |
| OKLCH | oklch(0.902 0.151 151.4) |
Copy-ready code
/* CSS */
color: #8cfbab;
background-color: #8cfbab;
/* Tailwind (arbitrary) */
class="text-[#8cfbab] bg-[#8cfbab]"
/* SCSS */
$brand: #8cfbab;
/* SwiftUI */
Color(red: 0.549, green: 0.984, blue: 0.671)
/* Android */
Color.parseColor("#8cfbab")Accessibility — WCAG contrast
Aa
#8cfbab on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cfbab on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green98.4%
Blue67.1%
CMYK percentages
Cyan44.2%
Magenta0.0%
Yellow31.9%
Key (black)1.6%
Color previews
#8cfbab text on a black background
contrast 16.50:1
Card sample
#8cfbab text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cfbab;
Background color
Panel with #8cfbab background
background-color: #8cfbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cfbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 251, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 251, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cfbab; background: linear-gradient(135deg, #8cfbab, #8CFBF5);