#80baeb
a light, vivid blue · cool · closest name: skyblue
RGB
128, 186, 235
HSL
208°, 73%, 71%
CMYK
46, 21, 0, 8
Luminance
0.4571
Every format
| HEX | #80baeb |
| RGB | rgb(128, 186, 235) |
| HSL | hsl(208, 73%, 71%) |
| CMYK | cmyk(46%, 21%, 0%, 8%) |
| LAB | lab(73.3 -6.0 -30.3) |
| LCH | lch(73.3 30.8 258.8) |
| OKLCH | oklch(0.767 0.093 244.9) |
Copy-ready code
/* CSS */
color: #80baeb;
background-color: #80baeb;
/* Tailwind (arbitrary) */
class="text-[#80baeb] bg-[#80baeb]"
/* SCSS */
$brand: #80baeb;
/* SwiftUI */
Color(red: 0.502, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#80baeb")Accessibility — WCAG contrast
Aa
#80baeb on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80baeb on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green72.9%
Blue92.2%
CMYK percentages
Cyan45.5%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#80baeb text on a black background
contrast 10.14:1
Card sample
#80baeb text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80baeb;
Background color
Panel with #80baeb background
background-color: #80baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80baeb; background: linear-gradient(135deg, #80baeb, #8D80EB);