#80dcdf
a light, vivid cyan · cool · closest name: skyblue
RGB
128, 220, 223
HSL
182°, 60%, 69%
CMYK
43, 1, 0, 13
Luminance
0.6110
Every format
| HEX | #80dcdf |
| RGB | rgb(128, 220, 223) |
| HSL | hsl(182, 60%, 69%) |
| CMYK | cmyk(43%, 1%, 0%, 13%) |
| LAB | lab(82.4 -26.6 -10.1) |
| LCH | lch(82.4 28.5 200.7) |
| OKLCH | oklch(0.839 0.088 198.3) |
Copy-ready code
/* CSS */
color: #80dcdf;
background-color: #80dcdf;
/* Tailwind (arbitrary) */
class="text-[#80dcdf] bg-[#80dcdf]"
/* SCSS */
$brand: #80dcdf;
/* SwiftUI */
Color(red: 0.502, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#80dcdf")Accessibility — WCAG contrast
Aa
#80dcdf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80dcdf on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green86.3%
Blue87.5%
CMYK percentages
Cyan42.6%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#80dcdf text on a black background
contrast 13.22:1
Card sample
#80dcdf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80dcdf;
Background color
Panel with #80dcdf background
background-color: #80dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80dcdf; background: linear-gradient(135deg, #80dcdf, #809DDF);