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