#a1baeb
a light, vivid blue · cool · closest name: skyblue
RGB
161, 186, 235
HSL
220°, 65%, 78%
CMYK
32, 21, 0, 8
Luminance
0.4869
Every format
| HEX | #a1baeb |
| RGB | rgb(161, 186, 235) |
| HSL | hsl(220, 65%, 78%) |
| CMYK | cmyk(32%, 21%, 0%, 8%) |
| LAB | lab(75.3 2.7 -27.2) |
| LCH | lch(75.3 27.3 275.7) |
| OKLCH | oklch(0.787 0.075 263.6) |
Copy-ready code
/* CSS */
color: #a1baeb;
background-color: #a1baeb;
/* Tailwind (arbitrary) */
class="text-[#a1baeb] bg-[#a1baeb]"
/* SCSS */
$brand: #a1baeb;
/* SwiftUI */
Color(red: 0.631, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#a1baeb")Accessibility — WCAG contrast
Aa
#a1baeb on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1baeb on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green72.9%
Blue92.2%
CMYK percentages
Cyan31.5%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#a1baeb text on a black background
contrast 10.74:1
Card sample
#a1baeb text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1baeb;
Background color
Panel with #a1baeb background
background-color: #a1baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1baeb; background: linear-gradient(135deg, #a1baeb, #B9A1EB);