#80ecfd
a light, electric cyan · cool · closest name: skyblue
RGB
128, 236, 253
HSL
188°, 97%, 75%
CMYK
49, 7, 0, 1
Luminance
0.7167
Every format
| HEX | #80ecfd |
| RGB | rgb(128, 236, 253) |
| HSL | hsl(188, 97%, 75%) |
| CMYK | cmyk(49%, 7%, 0%, 1%) |
| LAB | lab(87.8 -26.7 -17.8) |
| LCH | lch(87.8 32.1 213.7) |
| OKLCH | oklch(0.885 0.102 208.8) |
Copy-ready code
/* CSS */
color: #80ecfd;
background-color: #80ecfd;
/* Tailwind (arbitrary) */
class="text-[#80ecfd] bg-[#80ecfd]"
/* SCSS */
$brand: #80ecfd;
/* SwiftUI */
Color(red: 0.502, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#80ecfd")Accessibility — WCAG contrast
Aa
#80ecfd on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80ecfd on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green92.5%
Blue99.2%
CMYK percentages
Cyan49.4%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#80ecfd text on a black background
contrast 15.33:1
Card sample
#80ecfd text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80ecfd;
Background color
Panel with #80ecfd background
background-color: #80ecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80ecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80ecfd; background: linear-gradient(135deg, #80ecfd, #8099FD);