#80cada
a light, vivid cyan · cool · closest name: skyblue
RGB
128, 202, 218
HSL
191°, 55%, 68%
CMYK
41, 7, 0, 15
Luminance
0.5189
Every format
| HEX | #80cada |
| RGB | rgb(128, 202, 218) |
| HSL | hsl(191, 55%, 68%) |
| CMYK | cmyk(41%, 7%, 0%, 15%) |
| LAB | lab(77.2 -18.9 -15.2) |
| LCH | lch(77.2 24.3 218.7) |
| OKLCH | oklch(0.796 0.077 212.9) |
Copy-ready code
/* CSS */
color: #80cada;
background-color: #80cada;
/* Tailwind (arbitrary) */
class="text-[#80cada] bg-[#80cada]"
/* SCSS */
$brand: #80cada;
/* SwiftUI */
Color(red: 0.502, green: 0.792, blue: 0.855)
/* Android */
Color.parseColor("#80cada")Accessibility — WCAG contrast
Aa
#80cada on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80cada on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green79.2%
Blue85.5%
CMYK percentages
Cyan41.3%
Magenta7.3%
Yellow0.0%
Key (black)14.5%
Color previews
#80cada text on a black background
contrast 11.38:1
Card sample
#80cada text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80cada;
Background color
Panel with #80cada background
background-color: #80cada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80cada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 202, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 202, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80cada; background: linear-gradient(135deg, #80cada, #808EDA);