#80decf
a light, vivid cyan · cool · closest name: turquoise
RGB
128, 222, 207
HSL
170°, 59%, 69%
CMYK
42, 0, 7, 13
Luminance
0.6134
Every format
| HEX | #80decf |
| RGB | rgb(128, 222, 207) |
| HSL | hsl(170, 59%, 69%) |
| CMYK | cmyk(42%, 0%, 7%, 13%) |
| LAB | lab(82.6 -31.4 -1.4) |
| LCH | lch(82.6 31.5 182.5) |
| OKLCH | oklch(0.838 0.093 182.6) |
Copy-ready code
/* CSS */
color: #80decf;
background-color: #80decf;
/* Tailwind (arbitrary) */
class="text-[#80decf] bg-[#80decf]"
/* SCSS */
$brand: #80decf;
/* SwiftUI */
Color(red: 0.502, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#80decf")Accessibility — WCAG contrast
Aa
#80decf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80decf on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green87.1%
Blue81.2%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#80decf text on a black background
contrast 13.27:1
Card sample
#80decf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80decf;
Background color
Panel with #80decf background
background-color: #80decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80decf; background: linear-gradient(135deg, #80decf, #80AEDE);