#82bcdf
a light, vivid blue · cool · closest name: skyblue
RGB
130, 188, 223
HSL
203°, 59%, 69%
CMYK
42, 16, 0, 13
Luminance
0.4604
Every format
| HEX | #82bcdf |
| RGB | rgb(130, 188, 223) |
| HSL | hsl(203, 59%, 69%) |
| CMYK | cmyk(42%, 16%, 0%, 13%) |
| LAB | lab(73.6 -9.8 -23.4) |
| LCH | lch(73.6 25.4 247.2) |
| OKLCH | oklch(0.768 0.078 235.7) |
Copy-ready code
/* CSS */
color: #82bcdf;
background-color: #82bcdf;
/* Tailwind (arbitrary) */
class="text-[#82bcdf] bg-[#82bcdf]"
/* SCSS */
$brand: #82bcdf;
/* SwiftUI */
Color(red: 0.510, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#82bcdf")Accessibility — WCAG contrast
Aa
#82bcdf on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82bcdf on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green73.7%
Blue87.5%
CMYK percentages
Cyan41.7%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#82bcdf text on a black background
contrast 10.21:1
Card sample
#82bcdf text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82bcdf;
Background color
Panel with #82bcdf background
background-color: #82bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82bcdf; background: linear-gradient(135deg, #82bcdf, #8682DF);