#8cfab8
a light, electric green · cool · closest name: aquamarine
RGB
140, 250, 184
HSL
144°, 92%, 77%
CMYK
44, 0, 26, 2
Luminance
0.7741
Every format
| HEX | #8cfab8 |
| RGB | rgb(140, 250, 184) |
| HSL | hsl(144, 92%, 77%) |
| CMYK | cmyk(44%, 0%, 26%, 2%) |
| LAB | lab(90.5 -45.9 22.0) |
| LCH | lch(90.5 50.9 154.4) |
| OKLCH | oklch(0.902 0.138 156.0) |
Copy-ready code
/* CSS */
color: #8cfab8;
background-color: #8cfab8;
/* Tailwind (arbitrary) */
class="text-[#8cfab8] bg-[#8cfab8]"
/* SCSS */
$brand: #8cfab8;
/* SwiftUI */
Color(red: 0.549, green: 0.980, blue: 0.722)
/* Android */
Color.parseColor("#8cfab8")Accessibility — WCAG contrast
Aa
#8cfab8 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cfab8 on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green98.0%
Blue72.2%
CMYK percentages
Cyan44.0%
Magenta0.0%
Yellow26.4%
Key (black)2.0%
Color previews
#8cfab8 text on a black background
contrast 16.48:1
Card sample
#8cfab8 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cfab8;
Background color
Panel with #8cfab8 background
background-color: #8cfab8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cfab8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 250, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 250, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cfab8; background: linear-gradient(135deg, #8cfab8, #8CF3FA);