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