#a9dafc
a light, electric blue · cool · closest name: skyblue
RGB
169, 218, 252
HSL
205°, 93%, 83%
CMYK
33, 14, 0, 1
Luminance
0.6561
Every format
| HEX | #a9dafc |
| RGB | rgb(169, 218, 252) |
| HSL | hsl(205, 93%, 83%) |
| CMYK | cmyk(33%, 14%, 0%, 1%) |
| LAB | lab(84.8 -7.9 -21.7) |
| LCH | lch(84.8 23.1 249.9) |
| OKLCH | oklch(0.866 0.070 238.9) |
Copy-ready code
/* CSS */
color: #a9dafc;
background-color: #a9dafc;
/* Tailwind (arbitrary) */
class="text-[#a9dafc] bg-[#a9dafc]"
/* SCSS */
$brand: #a9dafc;
/* SwiftUI */
Color(red: 0.663, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#a9dafc")Accessibility — WCAG contrast
Aa
#a9dafc on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9dafc on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green85.5%
Blue98.8%
CMYK percentages
Cyan32.9%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#a9dafc text on a black background
contrast 14.12:1
Card sample
#a9dafc text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9dafc;
Background color
Panel with #a9dafc background
background-color: #a9dafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9dafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9dafc; background: linear-gradient(135deg, #a9dafc, #AFA9FC);