#80eeff
a light, electric cyan · cool · closest name: skyblue
RGB
128, 238, 255
HSL
188°, 100%, 75%
CMYK
50, 7, 0, 0
Luminance
0.7296
Every format
| HEX | #80eeff |
| RGB | rgb(128, 238, 255) |
| HSL | hsl(188, 100%, 75%) |
| CMYK | cmyk(50%, 7%, 0%, 0%) |
| LAB | lab(88.4 -27.2 -17.9) |
| LCH | lch(88.4 32.6 213.4) |
| OKLCH | oklch(0.890 0.104 208.5) |
Copy-ready code
/* CSS */
color: #80eeff;
background-color: #80eeff;
/* Tailwind (arbitrary) */
class="text-[#80eeff] bg-[#80eeff]"
/* SCSS */
$brand: #80eeff;
/* SwiftUI */
Color(red: 0.502, green: 0.933, blue: 1.000)
/* Android */
Color.parseColor("#80eeff")Accessibility — WCAG contrast
Aa
#80eeff on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80eeff on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green93.3%
Blue100.0%
CMYK percentages
Cyan49.8%
Magenta6.7%
Yellow0.0%
Key (black)0.0%
Color previews
#80eeff text on a black background
contrast 15.59:1
Card sample
#80eeff text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80eeff;
Background color
Panel with #80eeff background
background-color: #80eeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80eeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 238, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 238, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80eeff; background: linear-gradient(135deg, #80eeff, #8099FF);