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