#80dbfd
a light, electric cyan · cool · closest name: skyblue
RGB
128, 219, 253
HSL
196°, 97%, 75%
CMYK
49, 13, 0, 1
Luminance
0.6234
Every format
| HEX | #80dbfd |
| RGB | rgb(128, 219, 253) |
| HSL | hsl(196, 97%, 75%) |
| CMYK | cmyk(49%, 13%, 0%, 1%) |
| LAB | lab(83.1 -18.3 -25.0) |
| LCH | lch(83.1 31.0 233.8) |
| OKLCH | oklch(0.847 0.099 224.3) |
Copy-ready code
/* CSS */
color: #80dbfd;
background-color: #80dbfd;
/* Tailwind (arbitrary) */
class="text-[#80dbfd] bg-[#80dbfd]"
/* SCSS */
$brand: #80dbfd;
/* SwiftUI */
Color(red: 0.502, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#80dbfd")Accessibility — WCAG contrast
Aa
#80dbfd on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80dbfd on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green85.9%
Blue99.2%
CMYK percentages
Cyan49.4%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#80dbfd text on a black background
contrast 13.47:1
Card sample
#80dbfd text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80dbfd;
Background color
Panel with #80dbfd background
background-color: #80dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80dbfd; background: linear-gradient(135deg, #80dbfd, #8088FD);