#82c1ff
a light, electric blue · cool · closest name: skyblue
RGB
130, 193, 255
HSL
210°, 100%, 76%
CMYK
49, 24, 0, 0
Luminance
0.5011
Every format
| HEX | #82c1ff |
| RGB | rgb(130, 193, 255) |
| HSL | hsl(210, 100%, 76%) |
| CMYK | cmyk(49%, 24%, 0%, 0%) |
| LAB | lab(76.1 -3.6 -36.7) |
| LCH | lch(76.1 36.9 264.3) |
| OKLCH | oklch(0.792 0.110 249.0) |
Copy-ready code
/* CSS */
color: #82c1ff;
background-color: #82c1ff;
/* Tailwind (arbitrary) */
class="text-[#82c1ff] bg-[#82c1ff]"
/* SCSS */
$brand: #82c1ff;
/* SwiftUI */
Color(red: 0.510, green: 0.757, blue: 1.000)
/* Android */
Color.parseColor("#82c1ff")Accessibility — WCAG contrast
Aa
#82c1ff on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82c1ff on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green75.7%
Blue100.0%
CMYK percentages
Cyan49.0%
Magenta24.3%
Yellow0.0%
Key (black)0.0%
Color previews
#82c1ff text on a black background
contrast 11.02:1
Card sample
#82c1ff text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82c1ff;
Background color
Panel with #82c1ff background
background-color: #82c1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82c1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 193, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 193, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82c1ff; background: linear-gradient(135deg, #82c1ff, #9682FF);