#80cdfe
a light, electric blue · cool · closest name: skyblue
RGB
128, 205, 254
HSL
203°, 98%, 75%
CMYK
50, 19, 0, 0
Luminance
0.5541
Every format
| HEX | #80cdfe |
| RGB | rgb(128, 205, 254) |
| HSL | hsl(203, 98%, 75%) |
| CMYK | cmyk(50%, 19%, 0%, 0%) |
| LAB | lab(79.3 -10.8 -31.4) |
| LCH | lch(79.3 33.1 251.0) |
| OKLCH | oklch(0.817 0.103 237.8) |
Copy-ready code
/* CSS */
color: #80cdfe;
background-color: #80cdfe;
/* Tailwind (arbitrary) */
class="text-[#80cdfe] bg-[#80cdfe]"
/* SCSS */
$brand: #80cdfe;
/* SwiftUI */
Color(red: 0.502, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#80cdfe")Accessibility — WCAG contrast
Aa
#80cdfe on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80cdfe on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green80.4%
Blue99.6%
CMYK percentages
Cyan49.6%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#80cdfe text on a black background
contrast 12.08:1
Card sample
#80cdfe text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80cdfe;
Background color
Panel with #80cdfe background
background-color: #80cdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80cdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80cdfe; background: linear-gradient(135deg, #80cdfe, #8780FE);