#80c7ec
a light, vivid blue · cool · closest name: skyblue
RGB
128, 199, 236
HSL
201°, 74%, 71%
CMYK
46, 16, 0, 8
Luminance
0.5149
Every format
| HEX | #80c7ec |
| RGB | rgb(128, 199, 236) |
| HSL | hsl(201, 74%, 71%) |
| CMYK | cmyk(46%, 16%, 0%, 8%) |
| LAB | lab(77.0 -12.6 -25.2) |
| LCH | lch(77.0 28.2 243.4) |
| OKLCH | oklch(0.796 0.088 232.1) |
Copy-ready code
/* CSS */
color: #80c7ec;
background-color: #80c7ec;
/* Tailwind (arbitrary) */
class="text-[#80c7ec] bg-[#80c7ec]"
/* SCSS */
$brand: #80c7ec;
/* SwiftUI */
Color(red: 0.502, green: 0.780, blue: 0.925)
/* Android */
Color.parseColor("#80c7ec")Accessibility — WCAG contrast
Aa
#80c7ec on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80c7ec on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green78.0%
Blue92.5%
CMYK percentages
Cyan45.8%
Magenta15.7%
Yellow0.0%
Key (black)7.5%
Color previews
#80c7ec text on a black background
contrast 11.30:1
Card sample
#80c7ec text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80c7ec;
Background color
Panel with #80c7ec background
background-color: #80c7ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80c7ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 199, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 199, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80c7ec; background: linear-gradient(135deg, #80c7ec, #8180EC);