#80dbeb
a light, vivid cyan · cool · closest name: skyblue
RGB
128, 219, 235
HSL
189°, 73%, 71%
CMYK
46, 7, 0, 8
Luminance
0.6125
Every format
| HEX | #80dbeb |
| RGB | rgb(128, 219, 235) |
| HSL | hsl(189, 73%, 71%) |
| CMYK | cmyk(46%, 7%, 0%, 8%) |
| LAB | lab(82.5 -23.1 -16.3) |
| LCH | lch(82.5 28.3 215.2) |
| OKLCH | oklch(0.840 0.090 210.0) |
Copy-ready code
/* CSS */
color: #80dbeb;
background-color: #80dbeb;
/* Tailwind (arbitrary) */
class="text-[#80dbeb] bg-[#80dbeb]"
/* SCSS */
$brand: #80dbeb;
/* SwiftUI */
Color(red: 0.502, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#80dbeb")Accessibility — WCAG contrast
Aa
#80dbeb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80dbeb on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green85.9%
Blue92.2%
CMYK percentages
Cyan45.5%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#80dbeb text on a black background
contrast 13.25:1
Card sample
#80dbeb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80dbeb;
Background color
Panel with #80dbeb background
background-color: #80dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80dbeb; background: linear-gradient(135deg, #80dbeb, #8094EB);