#82bceb
a light, vivid blue · cool · closest name: skyblue
RGB
130, 188, 235
HSL
207°, 72%, 72%
CMYK
45, 20, 0, 8
Luminance
0.4671
Every format
| HEX | #82bceb |
| RGB | rgb(130, 188, 235) |
| HSL | hsl(207, 72%, 72%) |
| CMYK | cmyk(45%, 20%, 0%, 8%) |
| LAB | lab(74.0 -6.6 -29.3) |
| LCH | lch(74.0 30.0 257.4) |
| OKLCH | oklch(0.773 0.090 243.8) |
Copy-ready code
/* CSS */
color: #82bceb;
background-color: #82bceb;
/* Tailwind (arbitrary) */
class="text-[#82bceb] bg-[#82bceb]"
/* SCSS */
$brand: #82bceb;
/* SwiftUI */
Color(red: 0.510, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#82bceb")Accessibility — WCAG contrast
Aa
#82bceb on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82bceb on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green73.7%
Blue92.2%
CMYK percentages
Cyan44.7%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#82bceb text on a black background
contrast 10.34:1
Card sample
#82bceb text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82bceb;
Background color
Panel with #82bceb background
background-color: #82bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82bceb; background: linear-gradient(135deg, #82bceb, #8E82EB);