#82cdfb
a light, electric blue · cool · closest name: skyblue
RGB
130, 205, 251
HSL
203°, 94%, 75%
CMYK
48, 18, 0, 2
Luminance
0.5537
Every format
| HEX | #82cdfb |
| RGB | rgb(130, 205, 251) |
| HSL | hsl(203, 94%, 75%) |
| CMYK | cmyk(48%, 18%, 0%, 2%) |
| LAB | lab(79.3 -11.2 -29.8) |
| LCH | lch(79.3 31.8 249.4) |
| OKLCH | oklch(0.816 0.099 236.7) |
Copy-ready code
/* CSS */
color: #82cdfb;
background-color: #82cdfb;
/* Tailwind (arbitrary) */
class="text-[#82cdfb] bg-[#82cdfb]"
/* SCSS */
$brand: #82cdfb;
/* SwiftUI */
Color(red: 0.510, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#82cdfb")Accessibility — WCAG contrast
Aa
#82cdfb on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82cdfb on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green80.4%
Blue98.4%
CMYK percentages
Cyan48.2%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#82cdfb text on a black background
contrast 12.07:1
Card sample
#82cdfb text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82cdfb;
Background color
Panel with #82cdfb background
background-color: #82cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82cdfb; background: linear-gradient(135deg, #82cdfb, #8882FB);