#a3cceb
a light, vivid blue · cool · closest name: skyblue
RGB
163, 204, 235
HSL
206°, 64%, 78%
CMYK
31, 13, 0, 8
Luminance
0.5697
Every format
| HEX | #a3cceb |
| RGB | rgb(163, 204, 235) |
| HSL | hsl(206, 64%, 78%) |
| CMYK | cmyk(31%, 13%, 0%, 8%) |
| LAB | lab(80.2 -6.4 -19.7) |
| LCH | lch(80.2 20.7 252.1) |
| OKLCH | oklch(0.826 0.062 241.1) |
Copy-ready code
/* CSS */
color: #a3cceb;
background-color: #a3cceb;
/* Tailwind (arbitrary) */
class="text-[#a3cceb] bg-[#a3cceb]"
/* SCSS */
$brand: #a3cceb;
/* SwiftUI */
Color(red: 0.639, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#a3cceb")Accessibility — WCAG contrast
Aa
#a3cceb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3cceb on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green80.0%
Blue92.2%
CMYK percentages
Cyan30.6%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#a3cceb text on a black background
contrast 12.39:1
Card sample
#a3cceb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3cceb;
Background color
Panel with #a3cceb background
background-color: #a3cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3cceb; background: linear-gradient(135deg, #a3cceb, #AAA3EB);