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