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