#82afeb
a light, vivid blue · cool · closest name: steelblue
RGB
130, 175, 235
HSL
214°, 72%, 72%
CMYK
45, 26, 0, 8
Luminance
0.4140
Every format
| HEX | #82afeb |
| RGB | rgb(130, 175, 235) |
| HSL | hsl(214, 72%, 72%) |
| CMYK | cmyk(45%, 26%, 0%, 8%) |
| LAB | lab(70.5 0.6 -34.7) |
| LCH | lch(70.5 34.7 270.9) |
| OKLCH | oklch(0.745 0.100 255.8) |
Copy-ready code
/* CSS */
color: #82afeb;
background-color: #82afeb;
/* Tailwind (arbitrary) */
class="text-[#82afeb] bg-[#82afeb]"
/* SCSS */
$brand: #82afeb;
/* SwiftUI */
Color(red: 0.510, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#82afeb")Accessibility — WCAG contrast
Aa
#82afeb on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82afeb on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green68.6%
Blue92.2%
CMYK percentages
Cyan44.7%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#82afeb text on a black background
contrast 9.28:1
Card sample
#82afeb text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82afeb;
Background color
Panel with #82afeb background
background-color: #82afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82afeb; background: linear-gradient(135deg, #82afeb, #9B82EB);