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