#82bafd
a light, electric blue · cool · closest name: steelblue
RGB
130, 186, 253
HSL
213°, 97%, 75%
CMYK
49, 27, 0, 1
Luminance
0.4696
Every format
| HEX | #82bafd |
| RGB | rgb(130, 186, 253) |
| HSL | hsl(213, 97%, 75%) |
| CMYK | cmyk(49%, 27%, 0%, 1%) |
| LAB | lab(74.2 -0.4 -38.7) |
| LCH | lch(74.2 38.7 269.4) |
| OKLCH | oklch(0.776 0.113 253.5) |
Copy-ready code
/* CSS */
color: #82bafd;
background-color: #82bafd;
/* Tailwind (arbitrary) */
class="text-[#82bafd] bg-[#82bafd]"
/* SCSS */
$brand: #82bafd;
/* SwiftUI */
Color(red: 0.510, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#82bafd")Accessibility — WCAG contrast
Aa
#82bafd on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82bafd on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green72.9%
Blue99.2%
CMYK percentages
Cyan48.6%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#82bafd text on a black background
contrast 10.39:1
Card sample
#82bafd text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82bafd;
Background color
Panel with #82bafd background
background-color: #82bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82bafd; background: linear-gradient(135deg, #82bafd, #9C82FD);