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