#a3bdfd
a light, electric blue · cool · closest name: skyblue
RGB
163, 189, 253
HSL
223°, 96%, 82%
CMYK
36, 25, 0, 1
Luminance
0.5127
Every format
| HEX | #a3bdfd |
| RGB | rgb(163, 189, 253) |
| HSL | hsl(223, 96%, 82%) |
| CMYK | cmyk(36%, 25%, 0%, 1%) |
| LAB | lab(76.8 6.2 -34.4) |
| LCH | lch(76.8 35.0 280.2) |
| OKLCH | oklch(0.802 0.096 267.2) |
Copy-ready code
/* CSS */
color: #a3bdfd;
background-color: #a3bdfd;
/* Tailwind (arbitrary) */
class="text-[#a3bdfd] bg-[#a3bdfd]"
/* SCSS */
$brand: #a3bdfd;
/* SwiftUI */
Color(red: 0.639, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#a3bdfd")Accessibility — WCAG contrast
Aa
#a3bdfd on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3bdfd on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green74.1%
Blue99.2%
CMYK percentages
Cyan35.6%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#a3bdfd text on a black background
contrast 11.25:1
Card sample
#a3bdfd text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3bdfd;
Background color
Panel with #a3bdfd background
background-color: #a3bdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3bdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3bdfd; background: linear-gradient(135deg, #a3bdfd, #C5A3FD);