#82b2eb
a light, vivid blue · cool · closest name: steelblue
RGB
130, 178, 235
HSL
213°, 72%, 72%
CMYK
45, 24, 0, 8
Luminance
0.4258
Every format
| HEX | #82b2eb |
| RGB | rgb(130, 178, 235) |
| HSL | hsl(213, 72%, 72%) |
| CMYK | cmyk(45%, 24%, 0%, 8%) |
| LAB | lab(71.3 -1.1 -33.5) |
| LCH | lch(71.3 33.5 268.1) |
| OKLCH | oklch(0.751 0.097 253.3) |
Copy-ready code
/* CSS */
color: #82b2eb;
background-color: #82b2eb;
/* Tailwind (arbitrary) */
class="text-[#82b2eb] bg-[#82b2eb]"
/* SCSS */
$brand: #82b2eb;
/* SwiftUI */
Color(red: 0.510, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#82b2eb")Accessibility — WCAG contrast
Aa
#82b2eb on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82b2eb on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green69.8%
Blue92.2%
CMYK percentages
Cyan44.7%
Magenta24.3%
Yellow0.0%
Key (black)7.8%
Color previews
#82b2eb text on a black background
contrast 9.52:1
Card sample
#82b2eb text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82b2eb;
Background color
Panel with #82b2eb background
background-color: #82b2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82b2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82b2eb; background: linear-gradient(135deg, #82b2eb, #9882EB);