#80fbc9
a light, electric green · cool · closest name: aquamarine
RGB
128, 251, 201
HSL
156°, 94%, 74%
CMYK
49, 0, 20, 2
Luminance
0.7780
Every format
| HEX | #80fbc9 |
| RGB | rgb(128, 251, 201) |
| HSL | hsl(156, 94%, 74%) |
| CMYK | cmyk(49%, 0%, 20%, 2%) |
| LAB | lab(90.7 -45.9 13.5) |
| LCH | lch(90.7 47.8 163.6) |
| OKLCH | oklch(0.903 0.132 164.9) |
Copy-ready code
/* CSS */
color: #80fbc9;
background-color: #80fbc9;
/* Tailwind (arbitrary) */
class="text-[#80fbc9] bg-[#80fbc9]"
/* SCSS */
$brand: #80fbc9;
/* SwiftUI */
Color(red: 0.502, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#80fbc9")Accessibility — WCAG contrast
Aa
#80fbc9 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80fbc9 on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green98.4%
Blue78.8%
CMYK percentages
Cyan49.0%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#80fbc9 text on a black background
contrast 16.56:1
Card sample
#80fbc9 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80fbc9;
Background color
Panel with #80fbc9 background
background-color: #80fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80fbc9; background: linear-gradient(135deg, #80fbc9, #80DBFB);