#80bdfd
a light, electric blue · cool · closest name: skyblue
RGB
128, 189, 253
HSL
211°, 97%, 75%
CMYK
49, 25, 0, 1
Luminance
0.4808
Every format
| HEX | #80bdfd |
| RGB | rgb(128, 189, 253) |
| HSL | hsl(211, 97%, 75%) |
| CMYK | cmyk(49%, 25%, 0%, 1%) |
| LAB | lab(74.9 -2.5 -37.6) |
| LCH | lch(74.9 37.7 266.2) |
| OKLCH | oklch(0.782 0.112 250.5) |
Copy-ready code
/* CSS */
color: #80bdfd;
background-color: #80bdfd;
/* Tailwind (arbitrary) */
class="text-[#80bdfd] bg-[#80bdfd]"
/* SCSS */
$brand: #80bdfd;
/* SwiftUI */
Color(red: 0.502, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#80bdfd")Accessibility — WCAG contrast
Aa
#80bdfd on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80bdfd on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green74.1%
Blue99.2%
CMYK percentages
Cyan49.4%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#80bdfd text on a black background
contrast 10.62:1
Card sample
#80bdfd text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80bdfd;
Background color
Panel with #80bdfd background
background-color: #80bdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80bdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80bdfd; background: linear-gradient(135deg, #80bdfd, #9680FD);