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