#a3baeb
a light, vivid blue · cool · closest name: skyblue
RGB
163, 186, 235
HSL
221°, 64%, 78%
CMYK
31, 21, 0, 8
Luminance
0.4890
Every format
| HEX | #a3baeb |
| RGB | rgb(163, 186, 235) |
| HSL | hsl(221, 64%, 78%) |
| CMYK | cmyk(31%, 21%, 0%, 8%) |
| LAB | lab(75.4 3.3 -26.9) |
| LCH | lch(75.4 27.1 277.0) |
| OKLCH | oklch(0.789 0.075 265.1) |
Copy-ready code
/* CSS */
color: #a3baeb;
background-color: #a3baeb;
/* Tailwind (arbitrary) */
class="text-[#a3baeb] bg-[#a3baeb]"
/* SCSS */
$brand: #a3baeb;
/* SwiftUI */
Color(red: 0.639, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#a3baeb")Accessibility — WCAG contrast
Aa
#a3baeb on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3baeb on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green72.9%
Blue92.2%
CMYK percentages
Cyan30.6%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#a3baeb text on a black background
contrast 10.78:1
Card sample
#a3baeb text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3baeb;
Background color
Panel with #a3baeb background
background-color: #a3baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3baeb; background: linear-gradient(135deg, #a3baeb, #BCA3EB);