#8cff99
a light, electric green · cool · closest name: aquamarine
RGB
140, 255, 153
HSL
127°, 100%, 78%
CMYK
45, 0, 40, 0
Luminance
0.7940
Every format
| HEX | #8cff99 |
| RGB | rgb(140, 255, 153) |
| HSL | hsl(127, 100%, 78%) |
| CMYK | cmyk(45%, 0%, 40%, 0%) |
| LAB | lab(91.4 -53.2 38.8) |
| LCH | lch(91.4 65.8 143.9) |
| OKLCH | oklch(0.908 0.173 146.4) |
Copy-ready code
/* CSS */
color: #8cff99;
background-color: #8cff99;
/* Tailwind (arbitrary) */
class="text-[#8cff99] bg-[#8cff99]"
/* SCSS */
$brand: #8cff99;
/* SwiftUI */
Color(red: 0.549, green: 1.000, blue: 0.600)
/* Android */
Color.parseColor("#8cff99")Accessibility — WCAG contrast
Aa
#8cff99 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cff99 on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green100.0%
Blue60.0%
CMYK percentages
Cyan45.1%
Magenta0.0%
Yellow40.0%
Key (black)0.0%
Color previews
#8cff99 text on a black background
contrast 16.88:1
Card sample
#8cff99 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cff99;
Background color
Panel with #8cff99 background
background-color: #8cff99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cff99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 255, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 255, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cff99; background: linear-gradient(135deg, #8cff99, #8CFFE6);