#a9cdf8
a light, electric blue · cool · closest name: skyblue
RGB
169, 205, 248
HSL
213°, 85%, 82%
CMYK
32, 17, 0, 3
Luminance
0.5887
Every format
| HEX | #a9cdf8 |
| RGB | rgb(169, 205, 248) |
| HSL | hsl(213, 85%, 82%) |
| CMYK | cmyk(32%, 17%, 0%, 3%) |
| LAB | lab(81.2 -2.1 -25.0) |
| LCH | lch(81.2 25.1 265.3) |
| OKLCH | oklch(0.837 0.072 253.1) |
Copy-ready code
/* CSS */
color: #a9cdf8;
background-color: #a9cdf8;
/* Tailwind (arbitrary) */
class="text-[#a9cdf8] bg-[#a9cdf8]"
/* SCSS */
$brand: #a9cdf8;
/* SwiftUI */
Color(red: 0.663, green: 0.804, blue: 0.973)
/* Android */
Color.parseColor("#a9cdf8")Accessibility — WCAG contrast
Aa
#a9cdf8 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9cdf8 on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green80.4%
Blue97.3%
CMYK percentages
Cyan31.9%
Magenta17.3%
Yellow0.0%
Key (black)2.7%
Color previews
#a9cdf8 text on a black background
contrast 12.77:1
Card sample
#a9cdf8 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9cdf8;
Background color
Panel with #a9cdf8 background
background-color: #a9cdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9cdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 205, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 205, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9cdf8; background: linear-gradient(135deg, #a9cdf8, #BAA9F8);