#80c2da
a light, vivid cyan · cool · closest name: skyblue
RGB
128, 194, 218
HSL
196°, 55%, 68%
CMYK
41, 11, 0, 15
Luminance
0.4823
Every format
| HEX | #80c2da |
| RGB | rgb(128, 194, 218) |
| HSL | hsl(196, 55%, 68%) |
| CMYK | cmyk(41%, 11%, 0%, 15%) |
| LAB | lab(75.0 -14.8 -18.6) |
| LCH | lch(75.0 23.8 231.5) |
| OKLCH | oklch(0.778 0.075 222.9) |
Copy-ready code
/* CSS */
color: #80c2da;
background-color: #80c2da;
/* Tailwind (arbitrary) */
class="text-[#80c2da] bg-[#80c2da]"
/* SCSS */
$brand: #80c2da;
/* SwiftUI */
Color(red: 0.502, green: 0.761, blue: 0.855)
/* Android */
Color.parseColor("#80c2da")Accessibility — WCAG contrast
Aa
#80c2da on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80c2da on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green76.1%
Blue85.5%
CMYK percentages
Cyan41.3%
Magenta11.0%
Yellow0.0%
Key (black)14.5%
Color previews
#80c2da text on a black background
contrast 10.65:1
Card sample
#80c2da text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80c2da;
Background color
Panel with #80c2da background
background-color: #80c2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80c2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 194, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 194, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80c2da; background: linear-gradient(135deg, #80c2da, #8086DA);