#80cd87
a light, soft green · cool · closest name: aquamarine
RGB
128, 205, 135
HSL
126°, 44%, 65%
CMYK
38, 0, 34, 20
Luminance
0.5000
Every format
| HEX | #80cd87 |
| RGB | rgb(128, 205, 135) |
| HSL | hsl(126, 44%, 65%) |
| CMYK | cmyk(38%, 0%, 34%, 20%) |
| LAB | lab(76.1 -38.1 27.6) |
| LCH | lch(76.1 47.0 144.1) |
| OKLCH | oklch(0.780 0.125 146.4) |
Copy-ready code
/* CSS */
color: #80cd87;
background-color: #80cd87;
/* Tailwind (arbitrary) */
class="text-[#80cd87] bg-[#80cd87]"
/* SCSS */
$brand: #80cd87;
/* SwiftUI */
Color(red: 0.502, green: 0.804, blue: 0.529)
/* Android */
Color.parseColor("#80cd87")Accessibility — WCAG contrast
Aa
#80cd87 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80cd87 on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green80.4%
Blue52.9%
CMYK percentages
Cyan37.6%
Magenta0.0%
Yellow34.1%
Key (black)19.6%
Color previews
#80cd87 text on a black background
contrast 11.00:1
Card sample
#80cd87 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80cd87;
Background color
Panel with #80cd87 background
background-color: #80cd87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80cd87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 205, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 205, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80cd87; background: linear-gradient(135deg, #80cd87, #80CDBA);