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