#80c7ad
a balanced, soft green · cool · closest name: turquoise
RGB
128, 199, 173
HSL
158°, 39%, 64%
CMYK
36, 0, 13, 22
Luminance
0.4845
Every format
| HEX | #80c7ad |
| RGB | rgb(128, 199, 173) |
| HSL | hsl(158, 39%, 64%) |
| CMYK | cmyk(36%, 0%, 13%, 22%) |
| LAB | lab(75.1 -28.1 6.0) |
| LCH | lch(75.1 28.7 167.9) |
| OKLCH | oklch(0.775 0.081 169.0) |
Copy-ready code
/* CSS */
color: #80c7ad;
background-color: #80c7ad;
/* Tailwind (arbitrary) */
class="text-[#80c7ad] bg-[#80c7ad]"
/* SCSS */
$brand: #80c7ad;
/* SwiftUI */
Color(red: 0.502, green: 0.780, blue: 0.678)
/* Android */
Color.parseColor("#80c7ad")Accessibility — WCAG contrast
Aa
#80c7ad on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80c7ad on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green78.0%
Blue67.8%
CMYK percentages
Cyan35.7%
Magenta0.0%
Yellow13.1%
Key (black)22.0%
Color previews
#80c7ad text on a black background
contrast 10.69:1
Card sample
#80c7ad text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80c7ad;
Background color
Panel with #80c7ad background
background-color: #80c7ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80c7ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 199, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 199, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80c7ad; background: linear-gradient(135deg, #80c7ad, #80B2C7);