#a9edf9
a light, electric cyan · cool · closest name: skyblue
RGB
169, 237, 249
HSL
189°, 87%, 82%
CMYK
32, 5, 0, 2
Luminance
0.7584
Every format
| HEX | #a9edf9 |
| RGB | rgb(169, 237, 249) |
| HSL | hsl(189, 87%, 82%) |
| CMYK | cmyk(32%, 5%, 0%, 2%) |
| LAB | lab(89.8 -18.3 -12.6) |
| LCH | lch(89.8 22.2 214.5) |
| OKLCH | oklch(0.905 0.070 209.6) |
Copy-ready code
/* CSS */
color: #a9edf9;
background-color: #a9edf9;
/* Tailwind (arbitrary) */
class="text-[#a9edf9] bg-[#a9edf9]"
/* SCSS */
$brand: #a9edf9;
/* SwiftUI */
Color(red: 0.663, green: 0.929, blue: 0.976)
/* Android */
Color.parseColor("#a9edf9")Accessibility — WCAG contrast
Aa
#a9edf9 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9edf9 on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green92.9%
Blue97.6%
CMYK percentages
Cyan32.1%
Magenta4.8%
Yellow0.0%
Key (black)2.4%
Color previews
#a9edf9 text on a black background
contrast 16.17:1
Card sample
#a9edf9 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9edf9;
Background color
Panel with #a9edf9 background
background-color: #a9edf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9edf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 237, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 237, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9edf9; background: linear-gradient(135deg, #a9edf9, #A9B8F9);