#82baeb
a light, vivid blue · cool · closest name: skyblue
RGB
130, 186, 235
HSL
208°, 72%, 72%
CMYK
45, 21, 0, 8
Luminance
0.4586
Every format
| HEX | #82baeb |
| RGB | rgb(130, 186, 235) |
| HSL | hsl(208, 72%, 72%) |
| CMYK | cmyk(45%, 21%, 0%, 8%) |
| LAB | lab(73.5 -5.5 -30.1) |
| LCH | lch(73.5 30.6 259.7) |
| OKLCH | oklch(0.769 0.092 245.8) |
Copy-ready code
/* CSS */
color: #82baeb;
background-color: #82baeb;
/* Tailwind (arbitrary) */
class="text-[#82baeb] bg-[#82baeb]"
/* SCSS */
$brand: #82baeb;
/* SwiftUI */
Color(red: 0.510, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#82baeb")Accessibility — WCAG contrast
Aa
#82baeb on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82baeb on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green72.9%
Blue92.2%
CMYK percentages
Cyan44.7%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#82baeb text on a black background
contrast 10.17:1
Card sample
#82baeb text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82baeb;
Background color
Panel with #82baeb background
background-color: #82baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82baeb; background: linear-gradient(135deg, #82baeb, #9082EB);