#a3bafd
a light, electric blue · cool · closest name: steelblue
RGB
163, 186, 253
HSL
225°, 96%, 82%
CMYK
36, 27, 0, 1
Luminance
0.5000
Every format
| HEX | #a3bafd |
| RGB | rgb(163, 186, 253) |
| HSL | hsl(225, 96%, 82%) |
| CMYK | cmyk(36%, 27%, 0%, 1%) |
| LAB | lab(76.1 7.8 -35.6) |
| LCH | lch(76.1 36.5 282.4) |
| OKLCH | oklch(0.796 0.099 269.5) |
Copy-ready code
/* CSS */
color: #a3bafd;
background-color: #a3bafd;
/* Tailwind (arbitrary) */
class="text-[#a3bafd] bg-[#a3bafd]"
/* SCSS */
$brand: #a3bafd;
/* SwiftUI */
Color(red: 0.639, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#a3bafd")Accessibility — WCAG contrast
Aa
#a3bafd on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3bafd on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green72.9%
Blue99.2%
CMYK percentages
Cyan35.6%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#a3bafd text on a black background
contrast 11.00:1
Card sample
#a3bafd text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3bafd;
Background color
Panel with #a3bafd background
background-color: #a3bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3bafd; background: linear-gradient(135deg, #a3bafd, #C8A3FD);