#80dfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
128, 223, 235
HSL
187°, 73%, 71%
CMYK
46, 5, 0, 8
Luminance
0.6336
Every format
| HEX | #80dfeb |
| RGB | rgb(128, 223, 235) |
| HSL | hsl(187, 73%, 71%) |
| CMYK | cmyk(46%, 5%, 0%, 8%) |
| LAB | lab(83.6 -25.1 -14.6) |
| LCH | lch(83.6 29.0 210.3) |
| OKLCH | oklch(0.849 0.092 206.1) |
Copy-ready code
/* CSS */
color: #80dfeb;
background-color: #80dfeb;
/* Tailwind (arbitrary) */
class="text-[#80dfeb] bg-[#80dfeb]"
/* SCSS */
$brand: #80dfeb;
/* SwiftUI */
Color(red: 0.502, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#80dfeb")Accessibility — WCAG contrast
Aa
#80dfeb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80dfeb on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green87.5%
Blue92.2%
CMYK percentages
Cyan45.5%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#80dfeb text on a black background
contrast 13.67:1
Card sample
#80dfeb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80dfeb;
Background color
Panel with #80dfeb background
background-color: #80dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80dfeb; background: linear-gradient(135deg, #80dfeb, #8098EB);