#80dfe5
a light, vivid cyan · cool · closest name: skyblue
RGB
128, 223, 229
HSL
184°, 66%, 70%
CMYK
44, 3, 0, 10
Luminance
0.6302
Every format
| HEX | #80dfe5 |
| RGB | rgb(128, 223, 229) |
| HSL | hsl(184, 66%, 70%) |
| CMYK | cmyk(44%, 3%, 0%, 10%) |
| LAB | lab(83.5 -26.6 -11.7) |
| LCH | lch(83.5 29.1 203.8) |
| OKLCH | oklch(0.847 0.091 200.9) |
Copy-ready code
/* CSS */
color: #80dfe5;
background-color: #80dfe5;
/* Tailwind (arbitrary) */
class="text-[#80dfe5] bg-[#80dfe5]"
/* SCSS */
$brand: #80dfe5;
/* SwiftUI */
Color(red: 0.502, green: 0.875, blue: 0.898)
/* Android */
Color.parseColor("#80dfe5")Accessibility — WCAG contrast
Aa
#80dfe5 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80dfe5 on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green87.5%
Blue89.8%
CMYK percentages
Cyan44.1%
Magenta2.6%
Yellow0.0%
Key (black)10.2%
Color previews
#80dfe5 text on a black background
contrast 13.60:1
Card sample
#80dfe5 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80dfe5;
Background color
Panel with #80dfe5 background
background-color: #80dfe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80dfe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 223, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 223, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80dfe5; background: linear-gradient(135deg, #80dfe5, #809CE5);