#82f2fd
a light, electric cyan · cool · closest name: skyblue
RGB
130, 242, 253
HSL
185°, 97%, 75%
CMYK
49, 4, 0, 1
Luminance
0.7534
Every format
| HEX | #82f2fd |
| RGB | rgb(130, 242, 253) |
| HSL | hsl(185, 97%, 75%) |
| CMYK | cmyk(49%, 4%, 0%, 1%) |
| LAB | lab(89.5 -29.2 -15.2) |
| LCH | lch(89.5 32.9 207.5) |
| OKLCH | oklch(0.899 0.104 203.9) |
Copy-ready code
/* CSS */
color: #82f2fd;
background-color: #82f2fd;
/* Tailwind (arbitrary) */
class="text-[#82f2fd] bg-[#82f2fd]"
/* SCSS */
$brand: #82f2fd;
/* SwiftUI */
Color(red: 0.510, green: 0.949, blue: 0.992)
/* Android */
Color.parseColor("#82f2fd")Accessibility — WCAG contrast
Aa
#82f2fd on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82f2fd on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green94.9%
Blue99.2%
CMYK percentages
Cyan48.6%
Magenta4.3%
Yellow0.0%
Key (black)0.8%
Color previews
#82f2fd text on a black background
contrast 16.07:1
Card sample
#82f2fd text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82f2fd;
Background color
Panel with #82f2fd background
background-color: #82f2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82f2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 242, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 242, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82f2fd; background: linear-gradient(135deg, #82f2fd, #82A0FD);