#80dfbe
a light, vivid green · cool · closest name: aquamarine
RGB
128, 223, 190
HSL
159°, 60%, 69%
CMYK
43, 0, 15, 13
Luminance
0.6108
Every format
| HEX | #80dfbe |
| RGB | rgb(128, 223, 190) |
| HSL | hsl(159, 60%, 69%) |
| CMYK | cmyk(43%, 0%, 15%, 13%) |
| LAB | lab(82.4 -35.8 7.4) |
| LCH | lch(82.4 36.5 168.3) |
| OKLCH | oklch(0.836 0.103 169.3) |
Copy-ready code
/* CSS */
color: #80dfbe;
background-color: #80dfbe;
/* Tailwind (arbitrary) */
class="text-[#80dfbe] bg-[#80dfbe]"
/* SCSS */
$brand: #80dfbe;
/* SwiftUI */
Color(red: 0.502, green: 0.875, blue: 0.745)
/* Android */
Color.parseColor("#80dfbe")Accessibility — WCAG contrast
Aa
#80dfbe on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80dfbe on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green87.5%
Blue74.5%
CMYK percentages
Cyan42.6%
Magenta0.0%
Yellow14.8%
Key (black)12.5%
Color previews
#80dfbe text on a black background
contrast 13.22:1
Card sample
#80dfbe text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80dfbe;
Background color
Panel with #80dfbe background
background-color: #80dfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80dfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 223, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 223, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80dfbe; background: linear-gradient(135deg, #80dfbe, #80C1DF);