#82ebfd
a light, electric cyan · cool · closest name: skyblue
RGB
130, 235, 253
HSL
189°, 97%, 75%
CMYK
49, 7, 0, 1
Luminance
0.7125
Every format
| HEX | #82ebfd |
| RGB | rgb(130, 235, 253) |
| HSL | hsl(189, 97%, 75%) |
| CMYK | cmyk(49%, 7%, 0%, 1%) |
| LAB | lab(87.6 -25.8 -18.1) |
| LCH | lch(87.6 31.6 215.1) |
| OKLCH | oklch(0.883 0.101 209.8) |
Copy-ready code
/* CSS */
color: #82ebfd;
background-color: #82ebfd;
/* Tailwind (arbitrary) */
class="text-[#82ebfd] bg-[#82ebfd]"
/* SCSS */
$brand: #82ebfd;
/* SwiftUI */
Color(red: 0.510, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#82ebfd")Accessibility — WCAG contrast
Aa
#82ebfd on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82ebfd on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green92.2%
Blue99.2%
CMYK percentages
Cyan48.6%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#82ebfd text on a black background
contrast 15.25:1
Card sample
#82ebfd text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82ebfd;
Background color
Panel with #82ebfd background
background-color: #82ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82ebfd; background: linear-gradient(135deg, #82ebfd, #8299FD);