#80cfba
a light, vivid cyan · cool · closest name: turquoise
RGB
128, 207, 186
HSL
164°, 45%, 66%
CMYK
38, 0, 10, 19
Luminance
0.5276
Every format
| HEX | #80cfba |
| RGB | rgb(128, 207, 186) |
| HSL | hsl(164, 45%, 66%) |
| CMYK | cmyk(38%, 0%, 10%, 19%) |
| LAB | lab(77.7 -29.1 2.8) |
| LCH | lch(77.7 29.2 174.5) |
| OKLCH | oklch(0.797 0.084 175.3) |
Copy-ready code
/* CSS */
color: #80cfba;
background-color: #80cfba;
/* Tailwind (arbitrary) */
class="text-[#80cfba] bg-[#80cfba]"
/* SCSS */
$brand: #80cfba;
/* SwiftUI */
Color(red: 0.502, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#80cfba")Accessibility — WCAG contrast
Aa
#80cfba on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80cfba on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green81.2%
Blue72.9%
CMYK percentages
Cyan38.2%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#80cfba text on a black background
contrast 11.55:1
Card sample
#80cfba text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80cfba;
Background color
Panel with #80cfba background
background-color: #80cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80cfba; background: linear-gradient(135deg, #80cfba, #80AFCF);