#80afee
a light, electric blue · cool · closest name: steelblue
RGB
128, 175, 238
HSL
214°, 76%, 72%
CMYK
46, 27, 0, 7
Luminance
0.4142
Every format
| HEX | #80afee |
| RGB | rgb(128, 175, 238) |
| HSL | hsl(214, 76%, 72%) |
| CMYK | cmyk(46%, 27%, 0%, 7%) |
| LAB | lab(70.5 0.9 -36.4) |
| LCH | lch(70.5 36.4 271.4) |
| OKLCH | oklch(0.745 0.105 256.0) |
Copy-ready code
/* CSS */
color: #80afee;
background-color: #80afee;
/* Tailwind (arbitrary) */
class="text-[#80afee] bg-[#80afee]"
/* SCSS */
$brand: #80afee;
/* SwiftUI */
Color(red: 0.502, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#80afee")Accessibility — WCAG contrast
Aa
#80afee on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80afee on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green68.6%
Blue93.3%
CMYK percentages
Cyan46.2%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#80afee text on a black background
contrast 9.28:1
Card sample
#80afee text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80afee;
Background color
Panel with #80afee background
background-color: #80afee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80afee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80afee; background: linear-gradient(135deg, #80afee, #9B80EE);