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