#80afeb
a light, vivid blue · cool · closest name: steelblue
RGB
128, 175, 235
HSL
214°, 73%, 71%
CMYK
46, 26, 0, 8
Luminance
0.4125
Every format
| HEX | #80afeb |
| RGB | rgb(128, 175, 235) |
| HSL | hsl(214, 73%, 71%) |
| CMYK | cmyk(46%, 26%, 0%, 8%) |
| LAB | lab(70.3 0.1 -34.9) |
| LCH | lch(70.3 34.9 270.1) |
| OKLCH | oklch(0.744 0.101 254.9) |
Copy-ready code
/* CSS */
color: #80afeb;
background-color: #80afeb;
/* Tailwind (arbitrary) */
class="text-[#80afeb] bg-[#80afeb]"
/* SCSS */
$brand: #80afeb;
/* SwiftUI */
Color(red: 0.502, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#80afeb")Accessibility — WCAG contrast
Aa
#80afeb on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80afeb on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green68.6%
Blue92.2%
CMYK percentages
Cyan45.5%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#80afeb text on a black background
contrast 9.25:1
Card sample
#80afeb text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80afeb;
Background color
Panel with #80afeb background
background-color: #80afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80afeb; background: linear-gradient(135deg, #80afeb, #9880EB);