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