#82abdf
a light, vivid blue · cool · closest name: steelblue
RGB
130, 171, 223
HSL
214°, 59%, 69%
CMYK
42, 23, 0, 13
Luminance
0.3920
Every format
| HEX | #82abdf |
| RGB | rgb(130, 171, 223) |
| HSL | hsl(214, 59%, 69%) |
| CMYK | cmyk(42%, 23%, 0%, 13%) |
| LAB | lab(68.9 -0.6 -30.6) |
| LCH | lch(68.9 30.6 269.0) |
| OKLCH | oklch(0.731 0.088 254.7) |
Copy-ready code
/* CSS */
color: #82abdf;
background-color: #82abdf;
/* Tailwind (arbitrary) */
class="text-[#82abdf] bg-[#82abdf]"
/* SCSS */
$brand: #82abdf;
/* SwiftUI */
Color(red: 0.510, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#82abdf")Accessibility — WCAG contrast
Aa
#82abdf on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82abdf on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green67.1%
Blue87.5%
CMYK percentages
Cyan41.7%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#82abdf text on a black background
contrast 8.84:1
Card sample
#82abdf text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82abdf;
Background color
Panel with #82abdf background
background-color: #82abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82abdf; background: linear-gradient(135deg, #82abdf, #9782DF);