#80adef
a light, electric blue · cool · closest name: steelblue
RGB
128, 173, 239
HSL
216°, 78%, 72%
CMYK
46, 28, 0, 6
Luminance
0.4071
Every format
| HEX | #80adef |
| RGB | rgb(128, 173, 239) |
| HSL | hsl(216, 78%, 72%) |
| CMYK | cmyk(46%, 28%, 0%, 6%) |
| LAB | lab(70.0 2.3 -37.7) |
| LCH | lch(70.0 37.7 273.5) |
| OKLCH | oklch(0.742 0.108 257.8) |
Copy-ready code
/* CSS */
color: #80adef;
background-color: #80adef;
/* Tailwind (arbitrary) */
class="text-[#80adef] bg-[#80adef]"
/* SCSS */
$brand: #80adef;
/* SwiftUI */
Color(red: 0.502, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#80adef")Accessibility — WCAG contrast
Aa
#80adef on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80adef on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green67.8%
Blue93.7%
CMYK percentages
Cyan46.4%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#80adef text on a black background
contrast 9.14:1
Card sample
#80adef text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80adef;
Background color
Panel with #80adef background
background-color: #80adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80adef; background: linear-gradient(135deg, #80adef, #9D80EF);