#80cdda
a light, vivid cyan · cool · closest name: skyblue
RGB
128, 205, 218
HSL
189°, 55%, 68%
CMYK
41, 6, 0, 15
Luminance
0.5331
Every format
| HEX | #80cdda |
| RGB | rgb(128, 205, 218) |
| HSL | hsl(189, 55%, 68%) |
| CMYK | cmyk(41%, 6%, 0%, 15%) |
| LAB | lab(78.1 -20.4 -13.9) |
| LCH | lch(78.1 24.7 214.3) |
| OKLCH | oklch(0.803 0.078 209.3) |
Copy-ready code
/* CSS */
color: #80cdda;
background-color: #80cdda;
/* Tailwind (arbitrary) */
class="text-[#80cdda] bg-[#80cdda]"
/* SCSS */
$brand: #80cdda;
/* SwiftUI */
Color(red: 0.502, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#80cdda")Accessibility — WCAG contrast
Aa
#80cdda on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80cdda on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green80.4%
Blue85.5%
CMYK percentages
Cyan41.3%
Magenta6.0%
Yellow0.0%
Key (black)14.5%
Color previews
#80cdda text on a black background
contrast 11.66:1
Card sample
#80cdda text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80cdda;
Background color
Panel with #80cdda background
background-color: #80cdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80cdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 205, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 205, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80cdda; background: linear-gradient(135deg, #80cdda, #8091DA);