#a5daeb
a light, vivid cyan · cool · closest name: skyblue
RGB
165, 218, 235
HSL
195°, 64%, 78%
CMYK
30, 7, 0, 8
Luminance
0.6414
Every format
| HEX | #a5daeb |
| RGB | rgb(165, 218, 235) |
| HSL | hsl(195, 64%, 78%) |
| CMYK | cmyk(30%, 7%, 0%, 8%) |
| LAB | lab(84.0 -13.1 -13.8) |
| LCH | lch(84.0 19.0 226.6) |
| OKLCH | oklch(0.857 0.059 219.6) |
Copy-ready code
/* CSS */
color: #a5daeb;
background-color: #a5daeb;
/* Tailwind (arbitrary) */
class="text-[#a5daeb] bg-[#a5daeb]"
/* SCSS */
$brand: #a5daeb;
/* SwiftUI */
Color(red: 0.647, green: 0.855, blue: 0.922)
/* Android */
Color.parseColor("#a5daeb")Accessibility — WCAG contrast
Aa
#a5daeb on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5daeb on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green85.5%
Blue92.2%
CMYK percentages
Cyan29.8%
Magenta7.2%
Yellow0.0%
Key (black)7.8%
Color previews
#a5daeb text on a black background
contrast 13.83:1
Card sample
#a5daeb text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5daeb;
Background color
Panel with #a5daeb background
background-color: #a5daeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5daeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 218, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 218, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5daeb; background: linear-gradient(135deg, #a5daeb, #A5ABEB);