#a9daea
a light, vivid cyan · cool · closest name: skyblue
RGB
169, 218, 234
HSL
195°, 61%, 79%
CMYK
28, 7, 0, 8
Luminance
0.6452
Every format
| HEX | #a9daea |
| RGB | rgb(169, 218, 234) |
| HSL | hsl(195, 61%, 79%) |
| CMYK | cmyk(28%, 7%, 0%, 8%) |
| LAB | lab(84.2 -12.2 -13.0) |
| LCH | lch(84.2 17.8 226.8) |
| OKLCH | oklch(0.859 0.055 219.8) |
Copy-ready code
/* CSS */
color: #a9daea;
background-color: #a9daea;
/* Tailwind (arbitrary) */
class="text-[#a9daea] bg-[#a9daea]"
/* SCSS */
$brand: #a9daea;
/* SwiftUI */
Color(red: 0.663, green: 0.855, blue: 0.918)
/* Android */
Color.parseColor("#a9daea")Accessibility — WCAG contrast
Aa
#a9daea on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9daea on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green85.5%
Blue91.8%
CMYK percentages
Cyan27.8%
Magenta6.8%
Yellow0.0%
Key (black)8.2%
Color previews
#a9daea text on a black background
contrast 13.90:1
Card sample
#a9daea text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9daea;
Background color
Panel with #a9daea background
background-color: #a9daea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9daea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 218, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 218, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9daea; background: linear-gradient(135deg, #a9daea, #A9AFEA);