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