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