#80bdfb
a light, electric blue · cool · closest name: skyblue
RGB
128, 189, 251
HSL
210°, 94%, 74%
CMYK
49, 25, 0, 2
Luminance
0.4795
Every format
| HEX | #80bdfb |
| RGB | rgb(128, 189, 251) |
| HSL | hsl(210, 94%, 74%) |
| CMYK | cmyk(49%, 25%, 0%, 2%) |
| LAB | lab(74.8 -3.1 -36.7) |
| LCH | lch(74.8 36.8 265.2) |
| OKLCH | oklch(0.781 0.109 249.8) |
Copy-ready code
/* CSS */
color: #80bdfb;
background-color: #80bdfb;
/* Tailwind (arbitrary) */
class="text-[#80bdfb] bg-[#80bdfb]"
/* SCSS */
$brand: #80bdfb;
/* SwiftUI */
Color(red: 0.502, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#80bdfb")Accessibility — WCAG contrast
Aa
#80bdfb on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80bdfb on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green74.1%
Blue98.4%
CMYK percentages
Cyan49.0%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#80bdfb text on a black background
contrast 10.59:1
Card sample
#80bdfb text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80bdfb;
Background color
Panel with #80bdfb background
background-color: #80bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80bdfb; background: linear-gradient(135deg, #80bdfb, #9580FB);