#80c4af
a balanced, soft cyan · cool · closest name: turquoise
RGB
128, 196, 175
HSL
162°, 37%, 64%
CMYK
35, 0, 11, 23
Luminance
0.4716
Every format
| HEX | #80c4af |
| RGB | rgb(128, 196, 175) |
| HSL | hsl(162, 37%, 64%) |
| CMYK | cmyk(35%, 0%, 11%, 23%) |
| LAB | lab(74.3 -26.2 3.7) |
| LCH | lch(74.3 26.4 171.9) |
| OKLCH | oklch(0.769 0.076 172.8) |
Copy-ready code
/* CSS */
color: #80c4af;
background-color: #80c4af;
/* Tailwind (arbitrary) */
class="text-[#80c4af] bg-[#80c4af]"
/* SCSS */
$brand: #80c4af;
/* SwiftUI */
Color(red: 0.502, green: 0.769, blue: 0.686)
/* Android */
Color.parseColor("#80c4af")Accessibility — WCAG contrast
Aa
#80c4af on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80c4af on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green76.9%
Blue68.6%
CMYK percentages
Cyan34.7%
Magenta0.0%
Yellow10.7%
Key (black)23.1%
Color previews
#80c4af text on a black background
contrast 10.43:1
Card sample
#80c4af text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80c4af;
Background color
Panel with #80c4af background
background-color: #80c4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80c4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 196, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 196, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80c4af; background: linear-gradient(135deg, #80c4af, #80ACC4);