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