#80cdfc
a light, electric blue · cool · closest name: skyblue
RGB
128, 205, 252
HSL
203°, 95%, 75%
CMYK
49, 19, 0, 1
Luminance
0.5528
Every format
| HEX | #80cdfc |
| RGB | rgb(128, 205, 252) |
| HSL | hsl(203, 95%, 75%) |
| CMYK | cmyk(49%, 19%, 0%, 1%) |
| LAB | lab(79.2 -11.3 -30.4) |
| LCH | lch(79.2 32.5 249.5) |
| OKLCH | oklch(0.816 0.101 236.6) |
Copy-ready code
/* CSS */
color: #80cdfc;
background-color: #80cdfc;
/* Tailwind (arbitrary) */
class="text-[#80cdfc] bg-[#80cdfc]"
/* SCSS */
$brand: #80cdfc;
/* SwiftUI */
Color(red: 0.502, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#80cdfc")Accessibility — WCAG contrast
Aa
#80cdfc on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80cdfc on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green80.4%
Blue98.8%
CMYK percentages
Cyan49.2%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#80cdfc text on a black background
contrast 12.06:1
Card sample
#80cdfc text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80cdfc;
Background color
Panel with #80cdfc background
background-color: #80cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80cdfc; background: linear-gradient(135deg, #80cdfc, #8680FC);