#82c4eb
a light, vivid blue · cool · closest name: skyblue
RGB
130, 196, 235
HSL
202°, 72%, 72%
CMYK
45, 17, 0, 8
Luminance
0.5022
Every format
| HEX | #82c4eb |
| RGB | rgb(130, 196, 235) |
| HSL | hsl(202, 72%, 72%) |
| CMYK | cmyk(45%, 17%, 0%, 8%) |
| LAB | lab(76.2 -10.8 -25.9) |
| LCH | lch(76.2 28.1 247.3) |
| OKLCH | oklch(0.790 0.087 235.4) |
Copy-ready code
/* CSS */
color: #82c4eb;
background-color: #82c4eb;
/* Tailwind (arbitrary) */
class="text-[#82c4eb] bg-[#82c4eb]"
/* SCSS */
$brand: #82c4eb;
/* SwiftUI */
Color(red: 0.510, green: 0.769, blue: 0.922)
/* Android */
Color.parseColor("#82c4eb")Accessibility — WCAG contrast
Aa
#82c4eb on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82c4eb on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green76.9%
Blue92.2%
CMYK percentages
Cyan44.7%
Magenta16.6%
Yellow0.0%
Key (black)7.8%
Color previews
#82c4eb text on a black background
contrast 11.04:1
Card sample
#82c4eb text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82c4eb;
Background color
Panel with #82c4eb background
background-color: #82c4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82c4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 196, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 196, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82c4eb; background: linear-gradient(135deg, #82c4eb, #8682EB);