#80affc
a light, electric blue · cool · closest name: steelblue
RGB
128, 175, 252
HSL
217°, 95%, 75%
CMYK
49, 31, 0, 1
Luminance
0.4228
Every format
| HEX | #80affc |
| RGB | rgb(128, 175, 252) |
| HSL | hsl(217, 95%, 75%) |
| CMYK | cmyk(49%, 31%, 0%, 1%) |
| LAB | lab(71.1 5.0 -43.0) |
| LCH | lch(71.1 43.3 276.6) |
| OKLCH | oklch(0.752 0.123 259.9) |
Copy-ready code
/* CSS */
color: #80affc;
background-color: #80affc;
/* Tailwind (arbitrary) */
class="text-[#80affc] bg-[#80affc]"
/* SCSS */
$brand: #80affc;
/* SwiftUI */
Color(red: 0.502, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#80affc")Accessibility — WCAG contrast
Aa
#80affc on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80affc on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green68.6%
Blue98.8%
CMYK percentages
Cyan49.2%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#80affc text on a black background
contrast 9.46:1
Card sample
#80affc text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80affc;
Background color
Panel with #80affc background
background-color: #80affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80affc; background: linear-gradient(135deg, #80affc, #A480FC);