#80fdfe
a light, electric cyan · cool · closest name: cyan
RGB
128, 253, 254
HSL
181°, 98%, 75%
CMYK
50, 0, 0, 0
Luminance
0.8200
Every format
| HEX | #80fdfe |
| RGB | rgb(128, 253, 254) |
| HSL | hsl(181, 98%, 75%) |
| CMYK | cmyk(50%, 0%, 0%, 0%) |
| LAB | lab(92.6 -34.6 -11.2) |
| LCH | lch(92.6 36.3 198.0) |
| OKLCH | oklch(0.923 0.112 196.1) |
Copy-ready code
/* CSS */
color: #80fdfe;
background-color: #80fdfe;
/* Tailwind (arbitrary) */
class="text-[#80fdfe] bg-[#80fdfe]"
/* SCSS */
$brand: #80fdfe;
/* SwiftUI */
Color(red: 0.502, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#80fdfe")Accessibility — WCAG contrast
Aa
#80fdfe on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80fdfe on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green99.2%
Blue99.6%
CMYK percentages
Cyan49.6%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#80fdfe text on a black background
contrast 17.40:1
Card sample
#80fdfe text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80fdfe;
Background color
Panel with #80fdfe background
background-color: #80fdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80fdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80fdfe; background: linear-gradient(135deg, #80fdfe, #80A9FE);