#80ccc3
a light, soft cyan · cool · closest name: turquoise
RGB
128, 204, 195
HSL
173°, 43%, 65%
CMYK
37, 0, 4, 20
Luminance
0.5172
Every format
| HEX | #80ccc3 |
| RGB | rgb(128, 204, 195) |
| HSL | hsl(173, 43%, 65%) |
| CMYK | cmyk(37%, 0%, 4%, 20%) |
| LAB | lab(77.1 -25.6 -3.0) |
| LCH | lch(77.1 25.7 186.6) |
| OKLCH | oklch(0.793 0.077 186.2) |
Copy-ready code
/* CSS */
color: #80ccc3;
background-color: #80ccc3;
/* Tailwind (arbitrary) */
class="text-[#80ccc3] bg-[#80ccc3]"
/* SCSS */
$brand: #80ccc3;
/* SwiftUI */
Color(red: 0.502, green: 0.800, blue: 0.765)
/* Android */
Color.parseColor("#80ccc3")Accessibility — WCAG contrast
Aa
#80ccc3 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80ccc3 on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green80.0%
Blue76.5%
CMYK percentages
Cyan37.3%
Magenta0.0%
Yellow4.4%
Key (black)20.0%
Color previews
#80ccc3 text on a black background
contrast 11.34:1
Card sample
#80ccc3 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80ccc3;
Background color
Panel with #80ccc3 background
background-color: #80ccc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80ccc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 204, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 204, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80ccc3; background: linear-gradient(135deg, #80ccc3, #80A2CC);