#82adcd
a light, soft blue · cool · closest name: skyblue
RGB
130, 173, 205
HSL
206°, 43%, 66%
CMYK
37, 16, 0, 20
Luminance
0.3904
Every format
| HEX | #82adcd |
| RGB | rgb(130, 173, 205) |
| HSL | hsl(206, 43%, 66%) |
| CMYK | cmyk(37%, 16%, 0%, 20%) |
| LAB | lab(68.8 -6.5 -20.9) |
| LCH | lch(68.8 21.8 252.7) |
| OKLCH | oklch(0.728 0.066 241.0) |
Copy-ready code
/* CSS */
color: #82adcd;
background-color: #82adcd;
/* Tailwind (arbitrary) */
class="text-[#82adcd] bg-[#82adcd]"
/* SCSS */
$brand: #82adcd;
/* SwiftUI */
Color(red: 0.510, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#82adcd")Accessibility — WCAG contrast
Aa
#82adcd on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82adcd on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green67.8%
Blue80.4%
CMYK percentages
Cyan36.6%
Magenta15.6%
Yellow0.0%
Key (black)19.6%
Color previews
#82adcd text on a black background
contrast 8.81:1
Card sample
#82adcd text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82adcd;
Background color
Panel with #82adcd background
background-color: #82adcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82adcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82adcd; background: linear-gradient(135deg, #82adcd, #8982CD);