#a3daeb
a light, vivid cyan · cool · closest name: skyblue
RGB
163, 218, 235
HSL
194°, 64%, 78%
CMYK
31, 7, 0, 8
Luminance
0.6393
Every format
| HEX | #a3daeb |
| RGB | rgb(163, 218, 235) |
| HSL | hsl(194, 64%, 78%) |
| CMYK | cmyk(31%, 7%, 0%, 8%) |
| LAB | lab(83.9 -13.6 -14.0) |
| LCH | lch(83.9 19.6 225.8) |
| OKLCH | oklch(0.856 0.061 218.8) |
Copy-ready code
/* CSS */
color: #a3daeb;
background-color: #a3daeb;
/* Tailwind (arbitrary) */
class="text-[#a3daeb] bg-[#a3daeb]"
/* SCSS */
$brand: #a3daeb;
/* SwiftUI */
Color(red: 0.639, green: 0.855, blue: 0.922)
/* Android */
Color.parseColor("#a3daeb")Accessibility — WCAG contrast
Aa
#a3daeb on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3daeb on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green85.5%
Blue92.2%
CMYK percentages
Cyan30.6%
Magenta7.2%
Yellow0.0%
Key (black)7.8%
Color previews
#a3daeb text on a black background
contrast 13.79:1
Card sample
#a3daeb text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3daeb;
Background color
Panel with #a3daeb background
background-color: #a3daeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3daeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 218, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 218, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3daeb; background: linear-gradient(135deg, #a3daeb, #A3AAEB);