#80a2eb
a light, vivid blue · cool · closest name: steelblue
RGB
128, 162, 235
HSL
221°, 73%, 71%
CMYK
46, 31, 0, 8
Luminance
0.3643
Every format
| HEX | #80a2eb |
| RGB | rgb(128, 162, 235) |
| HSL | hsl(221, 73%, 71%) |
| CMYK | cmyk(46%, 31%, 0%, 8%) |
| LAB | lab(66.8 7.4 -40.4) |
| LCH | lch(66.8 41.0 280.4) |
| OKLCH | oklch(0.717 0.114 264.6) |
Copy-ready code
/* CSS */
color: #80a2eb;
background-color: #80a2eb;
/* Tailwind (arbitrary) */
class="text-[#80a2eb] bg-[#80a2eb]"
/* SCSS */
$brand: #80a2eb;
/* SwiftUI */
Color(red: 0.502, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#80a2eb")Accessibility — WCAG contrast
Aa
#80a2eb on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80a2eb on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green63.5%
Blue92.2%
CMYK percentages
Cyan45.5%
Magenta31.1%
Yellow0.0%
Key (black)7.8%
Color previews
#80a2eb text on a black background
contrast 8.29:1
Card sample
#80a2eb text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80a2eb;
Background color
Panel with #80a2eb background
background-color: #80a2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80a2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80a2eb; background: linear-gradient(135deg, #80a2eb, #A580EB);