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