#82cdff
a light, electric blue · cool · closest name: skyblue
RGB
130, 205, 255
HSL
204°, 100%, 76%
CMYK
49, 20, 0, 0
Luminance
0.5563
Every format
| HEX | #82cdff |
| RGB | rgb(130, 205, 255) |
| HSL | hsl(204, 100%, 76%) |
| CMYK | cmyk(49%, 20%, 0%, 0%) |
| LAB | lab(79.4 -10.1 -31.7) |
| LCH | lch(79.4 33.2 252.4) |
| OKLCH | oklch(0.818 0.103 239.0) |
Copy-ready code
/* CSS */
color: #82cdff;
background-color: #82cdff;
/* Tailwind (arbitrary) */
class="text-[#82cdff] bg-[#82cdff]"
/* SCSS */
$brand: #82cdff;
/* SwiftUI */
Color(red: 0.510, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#82cdff")Accessibility — WCAG contrast
Aa
#82cdff on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82cdff on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green80.4%
Blue100.0%
CMYK percentages
Cyan49.0%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#82cdff text on a black background
contrast 12.13:1
Card sample
#82cdff text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82cdff;
Background color
Panel with #82cdff background
background-color: #82cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82cdff; background: linear-gradient(135deg, #82cdff, #8A82FF);