#82dbf2
a light, electric cyan · cool · closest name: skyblue
RGB
130, 219, 242
HSL
192°, 81%, 73%
CMYK
46, 10, 0, 5
Luminance
0.6182
Every format
| HEX | #82dbf2 |
| RGB | rgb(130, 219, 242) |
| HSL | hsl(192, 81%, 73%) |
| CMYK | cmyk(46%, 10%, 0%, 5%) |
| LAB | lab(82.8 -20.8 -19.6) |
| LCH | lch(82.8 28.6 223.2) |
| OKLCH | oklch(0.844 0.091 216.3) |
Copy-ready code
/* CSS */
color: #82dbf2;
background-color: #82dbf2;
/* Tailwind (arbitrary) */
class="text-[#82dbf2] bg-[#82dbf2]"
/* SCSS */
$brand: #82dbf2;
/* SwiftUI */
Color(red: 0.510, green: 0.859, blue: 0.949)
/* Android */
Color.parseColor("#82dbf2")Accessibility — WCAG contrast
Aa
#82dbf2 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82dbf2 on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green85.9%
Blue94.9%
CMYK percentages
Cyan46.3%
Magenta9.5%
Yellow0.0%
Key (black)5.1%
Color previews
#82dbf2 text on a black background
contrast 13.36:1
Card sample
#82dbf2 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82dbf2;
Background color
Panel with #82dbf2 background
background-color: #82dbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82dbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 219, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 219, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82dbf2; background: linear-gradient(135deg, #82dbf2, #8290F2);