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