#80cda1
a light, soft green · cool · closest name: aquamarine
RGB
128, 205, 161
HSL
146°, 44%, 65%
CMYK
38, 0, 22, 20
Luminance
0.5083
Every format
| HEX | #80cda1 |
| RGB | rgb(128, 205, 161) |
| HSL | hsl(146, 44%, 65%) |
| CMYK | cmyk(38%, 0%, 22%, 20%) |
| LAB | lab(76.6 -33.4 14.5) |
| LCH | lch(76.6 36.4 156.5) |
| OKLCH | oklch(0.786 0.100 158.0) |
Copy-ready code
/* CSS */
color: #80cda1;
background-color: #80cda1;
/* Tailwind (arbitrary) */
class="text-[#80cda1] bg-[#80cda1]"
/* SCSS */
$brand: #80cda1;
/* SwiftUI */
Color(red: 0.502, green: 0.804, blue: 0.631)
/* Android */
Color.parseColor("#80cda1")Accessibility — WCAG contrast
Aa
#80cda1 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80cda1 on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green80.4%
Blue63.1%
CMYK percentages
Cyan37.6%
Magenta0.0%
Yellow21.5%
Key (black)19.6%
Color previews
#80cda1 text on a black background
contrast 11.17:1
Card sample
#80cda1 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80cda1;
Background color
Panel with #80cda1 background
background-color: #80cda1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80cda1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 205, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 205, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80cda1; background: linear-gradient(135deg, #80cda1, #80C6CD);