#a3bdff
a light, electric blue · cool · closest name: skyblue
RGB
163, 189, 255
HSL
223°, 100%, 82%
CMYK
36, 26, 0, 0
Luminance
0.5140
Every format
| HEX | #a3bdff |
| RGB | rgb(163, 189, 255) |
| HSL | hsl(223, 100%, 82%) |
| CMYK | cmyk(36%, 26%, 0%, 0%) |
| LAB | lab(76.9 6.7 -35.4) |
| LCH | lch(76.9 36.0 280.7) |
| OKLCH | oklch(0.803 0.098 267.6) |
Copy-ready code
/* CSS */
color: #a3bdff;
background-color: #a3bdff;
/* Tailwind (arbitrary) */
class="text-[#a3bdff] bg-[#a3bdff]"
/* SCSS */
$brand: #a3bdff;
/* SwiftUI */
Color(red: 0.639, green: 0.741, blue: 1.000)
/* Android */
Color.parseColor("#a3bdff")Accessibility — WCAG contrast
Aa
#a3bdff on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3bdff on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green74.1%
Blue100.0%
CMYK percentages
Cyan36.1%
Magenta25.9%
Yellow0.0%
Key (black)0.0%
Color previews
#a3bdff text on a black background
contrast 11.28:1
Card sample
#a3bdff text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3bdff;
Background color
Panel with #a3bdff background
background-color: #a3bdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3bdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 189, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 189, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3bdff; background: linear-gradient(135deg, #a3bdff, #C6A3FF);