#80bfff
a light, electric blue · cool · closest name: skyblue
RGB
128, 191, 255
HSL
210°, 100%, 75%
CMYK
50, 25, 0, 0
Luminance
0.4907
Every format
| HEX | #80bfff |
| RGB | rgb(128, 191, 255) |
| HSL | hsl(210, 100%, 75%) |
| CMYK | cmyk(50%, 25%, 0%, 0%) |
| LAB | lab(75.5 -3.0 -37.7) |
| LCH | lch(75.5 37.9 265.4) |
| OKLCH | oklch(0.787 0.112 249.8) |
Copy-ready code
/* CSS */
color: #80bfff;
background-color: #80bfff;
/* Tailwind (arbitrary) */
class="text-[#80bfff] bg-[#80bfff]"
/* SCSS */
$brand: #80bfff;
/* SwiftUI */
Color(red: 0.502, green: 0.749, blue: 1.000)
/* Android */
Color.parseColor("#80bfff")Accessibility — WCAG contrast
Aa
#80bfff on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80bfff on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green74.9%
Blue100.0%
CMYK percentages
Cyan49.8%
Magenta25.1%
Yellow0.0%
Key (black)0.0%
Color previews
#80bfff text on a black background
contrast 10.81:1
Card sample
#80bfff text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80bfff;
Background color
Panel with #80bfff background
background-color: #80bfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80bfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 191, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 191, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80bfff; background: linear-gradient(135deg, #80bfff, #9680FF);