#a3bceb
a light, vivid blue · cool · closest name: skyblue
RGB
163, 188, 235
HSL
219°, 64%, 78%
CMYK
31, 20, 0, 8
Luminance
0.4975
Every format
| HEX | #a3bceb |
| RGB | rgb(163, 188, 235) |
| HSL | hsl(219, 64%, 78%) |
| CMYK | cmyk(31%, 20%, 0%, 8%) |
| LAB | lab(75.9 2.2 -26.1) |
| LCH | lch(75.9 26.2 274.8) |
| OKLCH | oklch(0.793 0.073 262.9) |
Copy-ready code
/* CSS */
color: #a3bceb;
background-color: #a3bceb;
/* Tailwind (arbitrary) */
class="text-[#a3bceb] bg-[#a3bceb]"
/* SCSS */
$brand: #a3bceb;
/* SwiftUI */
Color(red: 0.639, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#a3bceb")Accessibility — WCAG contrast
Aa
#a3bceb on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3bceb on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green73.7%
Blue92.2%
CMYK percentages
Cyan30.6%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#a3bceb text on a black background
contrast 10.95:1
Card sample
#a3bceb text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3bceb;
Background color
Panel with #a3bceb background
background-color: #a3bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3bceb; background: linear-gradient(135deg, #a3bceb, #BAA3EB);