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