#80cfbf
a light, vivid cyan · cool · closest name: turquoise
RGB
128, 207, 191
HSL
168°, 45%, 66%
CMYK
38, 0, 8, 19
Luminance
0.5298
Every format
| HEX | #80cfbf |
| RGB | rgb(128, 207, 191) |
| HSL | hsl(168, 45%, 66%) |
| CMYK | cmyk(38%, 0%, 8%, 19%) |
| LAB | lab(77.9 -28.0 0.3) |
| LCH | lch(77.9 28.0 179.4) |
| OKLCH | oklch(0.799 0.082 179.8) |
Copy-ready code
/* CSS */
color: #80cfbf;
background-color: #80cfbf;
/* Tailwind (arbitrary) */
class="text-[#80cfbf] bg-[#80cfbf]"
/* SCSS */
$brand: #80cfbf;
/* SwiftUI */
Color(red: 0.502, green: 0.812, blue: 0.749)
/* Android */
Color.parseColor("#80cfbf")Accessibility — WCAG contrast
Aa
#80cfbf on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80cfbf on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green81.2%
Blue74.9%
CMYK percentages
Cyan38.2%
Magenta0.0%
Yellow7.7%
Key (black)18.8%
Color previews
#80cfbf text on a black background
contrast 11.60:1
Card sample
#80cfbf text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80cfbf;
Background color
Panel with #80cfbf background
background-color: #80cfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80cfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 207, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 207, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80cfbf; background: linear-gradient(135deg, #80cfbf, #80AACF);