#8bffa6
a light, electric green · cool · closest name: aquamarine
RGB
139, 255, 166
HSL
134°, 100%, 77%
CMYK
46, 0, 35, 0
Luminance
0.7976
Every format
| HEX | #8bffa6 |
| RGB | rgb(139, 255, 166) |
| HSL | hsl(134, 100%, 77%) |
| CMYK | cmyk(46%, 0%, 35%, 0%) |
| LAB | lab(91.6 -51.4 32.6) |
| LCH | lch(91.6 60.9 147.6) |
| OKLCH | oklch(0.909 0.162 149.7) |
Copy-ready code
/* CSS */
color: #8bffa6;
background-color: #8bffa6;
/* Tailwind (arbitrary) */
class="text-[#8bffa6] bg-[#8bffa6]"
/* SCSS */
$brand: #8bffa6;
/* SwiftUI */
Color(red: 0.545, green: 1.000, blue: 0.651)
/* Android */
Color.parseColor("#8bffa6")Accessibility — WCAG contrast
Aa
#8bffa6 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bffa6 on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green100.0%
Blue65.1%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow34.9%
Key (black)0.0%
Color previews
#8bffa6 text on a black background
contrast 16.95:1
Card sample
#8bffa6 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bffa6;
Background color
Panel with #8bffa6 background
background-color: #8bffa6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bffa6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 255, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 255, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bffa6; background: linear-gradient(135deg, #8bffa6, #8BFFF3);