#80abeb
a light, vivid blue · cool · closest name: steelblue
RGB
128, 171, 235
HSL
216°, 73%, 71%
CMYK
46, 27, 0, 8
Luminance
0.3971
Every format
| HEX | #80abeb |
| RGB | rgb(128, 171, 235) |
| HSL | hsl(216, 73%, 71%) |
| CMYK | cmyk(46%, 27%, 0%, 8%) |
| LAB | lab(69.3 2.3 -36.6) |
| LCH | lch(69.3 36.6 273.6) |
| OKLCH | oklch(0.735 0.104 258.1) |
Copy-ready code
/* CSS */
color: #80abeb;
background-color: #80abeb;
/* Tailwind (arbitrary) */
class="text-[#80abeb] bg-[#80abeb]"
/* SCSS */
$brand: #80abeb;
/* SwiftUI */
Color(red: 0.502, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#80abeb")Accessibility — WCAG contrast
Aa
#80abeb on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80abeb on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green67.1%
Blue92.2%
CMYK percentages
Cyan45.5%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#80abeb text on a black background
contrast 8.94:1
Card sample
#80abeb text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80abeb;
Background color
Panel with #80abeb background
background-color: #80abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80abeb; background: linear-gradient(135deg, #80abeb, #9C80EB);