#80cda9
a light, soft green · cool · closest name: turquoise
RGB
128, 205, 169
HSL
152°, 44%, 65%
CMYK
38, 0, 18, 20
Luminance
0.5112
Every format
| HEX | #80cda9 |
| RGB | rgb(128, 205, 169) |
| HSL | hsl(152, 44%, 65%) |
| CMYK | cmyk(38%, 0%, 18%, 20%) |
| LAB | lab(76.8 -31.8 10.5) |
| LCH | lch(76.8 33.5 161.7) |
| OKLCH | oklch(0.788 0.093 163.1) |
Copy-ready code
/* CSS */
color: #80cda9;
background-color: #80cda9;
/* Tailwind (arbitrary) */
class="text-[#80cda9] bg-[#80cda9]"
/* SCSS */
$brand: #80cda9;
/* SwiftUI */
Color(red: 0.502, green: 0.804, blue: 0.663)
/* Android */
Color.parseColor("#80cda9")Accessibility — WCAG contrast
Aa
#80cda9 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80cda9 on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green80.4%
Blue66.3%
CMYK percentages
Cyan37.6%
Magenta0.0%
Yellow17.6%
Key (black)19.6%
Color previews
#80cda9 text on a black background
contrast 11.22:1
Card sample
#80cda9 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80cda9;
Background color
Panel with #80cda9 background
background-color: #80cda9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80cda9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 205, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 205, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80cda9; background: linear-gradient(135deg, #80cda9, #80BECD);