#80f0fd
a light, electric cyan · cool · closest name: skyblue
RGB
128, 240, 253
HSL
186°, 97%, 75%
CMYK
49, 5, 0, 1
Luminance
0.7400
Every format
| HEX | #80f0fd |
| RGB | rgb(128, 240, 253) |
| HSL | hsl(186, 97%, 75%) |
| CMYK | cmyk(49%, 5%, 0%, 1%) |
| LAB | lab(88.9 -28.7 -16.2) |
| LCH | lch(88.9 32.9 209.4) |
| OKLCH | oklch(0.893 0.104 205.4) |
Copy-ready code
/* CSS */
color: #80f0fd;
background-color: #80f0fd;
/* Tailwind (arbitrary) */
class="text-[#80f0fd] bg-[#80f0fd]"
/* SCSS */
$brand: #80f0fd;
/* SwiftUI */
Color(red: 0.502, green: 0.941, blue: 0.992)
/* Android */
Color.parseColor("#80f0fd")Accessibility — WCAG contrast
Aa
#80f0fd on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80f0fd on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green94.1%
Blue99.2%
CMYK percentages
Cyan49.4%
Magenta5.1%
Yellow0.0%
Key (black)0.8%
Color previews
#80f0fd text on a black background
contrast 15.80:1
Card sample
#80f0fd text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80f0fd;
Background color
Panel with #80f0fd background
background-color: #80f0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80f0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 240, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 240, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80f0fd; background: linear-gradient(135deg, #80f0fd, #809DFD);