#80cddf
a light, vivid cyan · cool · closest name: skyblue
RGB
128, 205, 223
HSL
191°, 60%, 69%
CMYK
43, 8, 0, 13
Luminance
0.5358
Every format
| HEX | #80cddf |
| RGB | rgb(128, 205, 223) |
| HSL | hsl(191, 60%, 69%) |
| CMYK | cmyk(43%, 8%, 0%, 13%) |
| LAB | lab(78.2 -19.2 -16.4) |
| LCH | lch(78.2 25.2 220.5) |
| OKLCH | oklch(0.805 0.080 214.2) |
Copy-ready code
/* CSS */
color: #80cddf;
background-color: #80cddf;
/* Tailwind (arbitrary) */
class="text-[#80cddf] bg-[#80cddf]"
/* SCSS */
$brand: #80cddf;
/* SwiftUI */
Color(red: 0.502, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#80cddf")Accessibility — WCAG contrast
Aa
#80cddf on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80cddf on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green80.4%
Blue87.5%
CMYK percentages
Cyan42.6%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#80cddf text on a black background
contrast 11.72:1
Card sample
#80cddf text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80cddf;
Background color
Panel with #80cddf background
background-color: #80cddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80cddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80cddf; background: linear-gradient(135deg, #80cddf, #808EDF);