#82adeb
a light, vivid blue · cool · closest name: steelblue
RGB
130, 173, 235
HSL
215°, 72%, 72%
CMYK
45, 26, 0, 8
Luminance
0.4063
Every format
| HEX | #82adeb |
| RGB | rgb(130, 173, 235) |
| HSL | hsl(215, 72%, 72%) |
| CMYK | cmyk(45%, 26%, 0%, 8%) |
| LAB | lab(69.9 1.7 -35.6) |
| LCH | lch(69.9 35.6 272.7) |
| OKLCH | oklch(0.741 0.102 257.5) |
Copy-ready code
/* CSS */
color: #82adeb;
background-color: #82adeb;
/* Tailwind (arbitrary) */
class="text-[#82adeb] bg-[#82adeb]"
/* SCSS */
$brand: #82adeb;
/* SwiftUI */
Color(red: 0.510, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#82adeb")Accessibility — WCAG contrast
Aa
#82adeb on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82adeb on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green67.8%
Blue92.2%
CMYK percentages
Cyan44.7%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#82adeb text on a black background
contrast 9.13:1
Card sample
#82adeb text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82adeb;
Background color
Panel with #82adeb background
background-color: #82adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82adeb; background: linear-gradient(135deg, #82adeb, #9D82EB);