#a9dafb
a light, electric blue · cool · closest name: skyblue
RGB
169, 218, 251
HSL
204°, 91%, 82%
CMYK
33, 13, 0, 2
Luminance
0.6554
Every format
| HEX | #a9dafb |
| RGB | rgb(169, 218, 251) |
| HSL | hsl(204, 91%, 82%) |
| CMYK | cmyk(33%, 13%, 0%, 2%) |
| LAB | lab(84.8 -8.2 -21.2) |
| LCH | lch(84.8 22.7 248.9) |
| OKLCH | oklch(0.865 0.069 238.1) |
Copy-ready code
/* CSS */
color: #a9dafb;
background-color: #a9dafb;
/* Tailwind (arbitrary) */
class="text-[#a9dafb] bg-[#a9dafb]"
/* SCSS */
$brand: #a9dafb;
/* SwiftUI */
Color(red: 0.663, green: 0.855, blue: 0.984)
/* Android */
Color.parseColor("#a9dafb")Accessibility — WCAG contrast
Aa
#a9dafb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9dafb on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green85.5%
Blue98.4%
CMYK percentages
Cyan32.7%
Magenta13.1%
Yellow0.0%
Key (black)1.6%
Color previews
#a9dafb text on a black background
contrast 14.11:1
Card sample
#a9dafb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9dafb;
Background color
Panel with #a9dafb background
background-color: #a9dafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9dafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 218, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 218, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9dafb; background: linear-gradient(135deg, #a9dafb, #AFA9FB);