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