#82dfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
130, 223, 235
HSL
187°, 72%, 72%
CMYK
45, 5, 0, 8
Luminance
0.6352
Every format
| HEX | #82dfeb |
| RGB | rgb(130, 223, 235) |
| HSL | hsl(187, 72%, 72%) |
| CMYK | cmyk(45%, 5%, 0%, 8%) |
| LAB | lab(83.7 -24.6 -14.5) |
| LCH | lch(83.7 28.6 210.5) |
| OKLCH | oklch(0.850 0.090 206.3) |
Copy-ready code
/* CSS */
color: #82dfeb;
background-color: #82dfeb;
/* Tailwind (arbitrary) */
class="text-[#82dfeb] bg-[#82dfeb]"
/* SCSS */
$brand: #82dfeb;
/* SwiftUI */
Color(red: 0.510, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#82dfeb")Accessibility — WCAG contrast
Aa
#82dfeb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82dfeb on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green87.5%
Blue92.2%
CMYK percentages
Cyan44.7%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#82dfeb text on a black background
contrast 13.70:1
Card sample
#82dfeb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82dfeb;
Background color
Panel with #82dfeb background
background-color: #82dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82dfeb; background: linear-gradient(135deg, #82dfeb, #8299EB);