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