#80cff0
a light, electric cyan · cool · closest name: skyblue
RGB
128, 207, 240
HSL
198°, 79%, 72%
CMYK
47, 14, 0, 6
Luminance
0.5551
Every format
| HEX | #80cff0 |
| RGB | rgb(128, 207, 240) |
| HSL | hsl(198, 79%, 72%) |
| CMYK | cmyk(47%, 14%, 0%, 6%) |
| LAB | lab(79.3 -15.7 -23.8) |
| LCH | lch(79.3 28.5 236.6) |
| OKLCH | oklch(0.816 0.090 226.6) |
Copy-ready code
/* CSS */
color: #80cff0;
background-color: #80cff0;
/* Tailwind (arbitrary) */
class="text-[#80cff0] bg-[#80cff0]"
/* SCSS */
$brand: #80cff0;
/* SwiftUI */
Color(red: 0.502, green: 0.812, blue: 0.941)
/* Android */
Color.parseColor("#80cff0")Accessibility — WCAG contrast
Aa
#80cff0 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80cff0 on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green81.2%
Blue94.1%
CMYK percentages
Cyan46.7%
Magenta13.7%
Yellow0.0%
Key (black)5.9%
Color previews
#80cff0 text on a black background
contrast 12.10:1
Card sample
#80cff0 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80cff0;
Background color
Panel with #80cff0 background
background-color: #80cff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80cff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 207, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 207, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80cff0; background: linear-gradient(135deg, #80cff0, #8084F0);