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