#82cdfd
a light, electric blue · cool · closest name: skyblue
RGB
130, 205, 253
HSL
203°, 97%, 75%
CMYK
49, 19, 0, 1
Luminance
0.5550
Every format
| HEX | #82cdfd |
| RGB | rgb(130, 205, 253) |
| HSL | hsl(203, 97%, 75%) |
| CMYK | cmyk(49%, 19%, 0%, 1%) |
| LAB | lab(79.3 -10.6 -30.7) |
| LCH | lch(79.3 32.5 250.9) |
| OKLCH | oklch(0.817 0.101 237.8) |
Copy-ready code
/* CSS */
color: #82cdfd;
background-color: #82cdfd;
/* Tailwind (arbitrary) */
class="text-[#82cdfd] bg-[#82cdfd]"
/* SCSS */
$brand: #82cdfd;
/* SwiftUI */
Color(red: 0.510, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#82cdfd")Accessibility — WCAG contrast
Aa
#82cdfd on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82cdfd on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green80.4%
Blue99.2%
CMYK percentages
Cyan48.6%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#82cdfd text on a black background
contrast 12.10:1
Card sample
#82cdfd text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82cdfd;
Background color
Panel with #82cdfd background
background-color: #82cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82cdfd; background: linear-gradient(135deg, #82cdfd, #8982FD);