#80cceb
a light, vivid cyan · cool · “skyblue”
RGB
128, 204, 235
HSL
197°, 73%, 71%
CMYK
46, 13, 0, 8
Luminance
0.5377
Every format
| HEX | #80cceb |
| RGB | rgb(128, 204, 235) |
| HSL | hsl(197, 73%, 71%) |
| CMYK | cmyk(46%, 13%, 0%, 8%) |
| LAB | lab(78.3 -15.5 -22.6) |
| LCH | lch(78.3 27.4 235.6) |
| OKLCH | oklch(0.807 0.087 226.0) |
Copy-ready code
/* CSS */
color: #80cceb;
background-color: #80cceb;
/* Tailwind (arbitrary) */
class="text-[#80cceb] bg-[#80cceb]"
/* SCSS */
$brand: #80cceb;
/* SwiftUI */
Color(red: 0.502, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#80cceb")Accessibility — WCAG contrast
Aa
#80cceb on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80cceb on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green80.0%
Blue92.2%
CMYK percentages
Cyan45.5%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#80cceb text on a black background
contrast 11.75:1
Card sample
#80cceb text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80cceb;
Background color
Panel with #80cceb background
background-color: #80cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80cceb; background: linear-gradient(135deg, #80cceb, #8085EB);