#80cadc
a light, vivid cyan · cool · closest name: skyblue
RGB
128, 202, 220
HSL
192°, 57%, 68%
CMYK
42, 8, 0, 14
Luminance
0.5200
Every format
| HEX | #80cadc |
| RGB | rgb(128, 202, 220) |
| HSL | hsl(192, 57%, 68%) |
| CMYK | cmyk(42%, 8%, 0%, 14%) |
| LAB | lab(77.3 -18.4 -16.2) |
| LCH | lch(77.3 24.5 221.3) |
| OKLCH | oklch(0.797 0.078 214.9) |
Copy-ready code
/* CSS */
color: #80cadc;
background-color: #80cadc;
/* Tailwind (arbitrary) */
class="text-[#80cadc] bg-[#80cadc]"
/* SCSS */
$brand: #80cadc;
/* SwiftUI */
Color(red: 0.502, green: 0.792, blue: 0.863)
/* Android */
Color.parseColor("#80cadc")Accessibility — WCAG contrast
Aa
#80cadc on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80cadc on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green79.2%
Blue86.3%
CMYK percentages
Cyan41.8%
Magenta8.2%
Yellow0.0%
Key (black)13.7%
Color previews
#80cadc text on a black background
contrast 11.40:1
Card sample
#80cadc text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80cadc;
Background color
Panel with #80cadc background
background-color: #80cadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80cadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 202, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 202, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80cadc; background: linear-gradient(135deg, #80cadc, #808DDC);