#82bdfb
a light, electric blue · cool · closest name: skyblue
RGB
130, 189, 251
HSL
211°, 94%, 75%
CMYK
48, 25, 0, 2
Luminance
0.4811
Every format
| HEX | #82bdfb |
| RGB | rgb(130, 189, 251) |
| HSL | hsl(211, 94%, 75%) |
| CMYK | cmyk(48%, 25%, 0%, 2%) |
| LAB | lab(74.9 -2.6 -36.5) |
| LCH | lch(74.9 36.6 265.9) |
| OKLCH | oklch(0.782 0.108 250.5) |
Copy-ready code
/* CSS */
color: #82bdfb;
background-color: #82bdfb;
/* Tailwind (arbitrary) */
class="text-[#82bdfb] bg-[#82bdfb]"
/* SCSS */
$brand: #82bdfb;
/* SwiftUI */
Color(red: 0.510, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#82bdfb")Accessibility — WCAG contrast
Aa
#82bdfb on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82bdfb on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green74.1%
Blue98.4%
CMYK percentages
Cyan48.2%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#82bdfb text on a black background
contrast 10.62:1
Card sample
#82bdfb text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82bdfb;
Background color
Panel with #82bdfb background
background-color: #82bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82bdfb; background: linear-gradient(135deg, #82bdfb, #9882FB);