#80ffba
a light, electric green · cool · closest name: aquamarine
RGB
128, 255, 186
HSL
147°, 100%, 75%
CMYK
50, 0, 27, 0
Luminance
0.7965
Every format
| HEX | #80ffba |
| RGB | rgb(128, 255, 186) |
| HSL | hsl(147, 100%, 75%) |
| CMYK | cmyk(50%, 0%, 27%, 0%) |
| LAB | lab(91.5 -50.6 22.3) |
| LCH | lch(91.5 55.3 156.2) |
| OKLCH | oklch(0.909 0.150 157.7) |
Copy-ready code
/* CSS */
color: #80ffba;
background-color: #80ffba;
/* Tailwind (arbitrary) */
class="text-[#80ffba] bg-[#80ffba]"
/* SCSS */
$brand: #80ffba;
/* SwiftUI */
Color(red: 0.502, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#80ffba")Accessibility — WCAG contrast
Aa
#80ffba on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80ffba on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green100.0%
Blue72.9%
CMYK percentages
Cyan49.8%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#80ffba text on a black background
contrast 16.93:1
Card sample
#80ffba text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80ffba;
Background color
Panel with #80ffba background
background-color: #80ffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80ffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80ffba; background: linear-gradient(135deg, #80ffba, #80EFFF);