#a9d4f9
a light, electric blue · cool · closest name: skyblue
RGB
169, 212, 249
HSL
208°, 87%, 82%
CMYK
32, 15, 0, 2
Luminance
0.6236
Every format
| HEX | #a9d4f9 |
| RGB | rgb(169, 212, 249) |
| HSL | hsl(208, 87%, 82%) |
| CMYK | cmyk(32%, 15%, 0%, 2%) |
| LAB | lab(83.1 -5.5 -22.6) |
| LCH | lch(83.1 23.3 256.3) |
| OKLCH | oklch(0.852 0.069 244.7) |
Copy-ready code
/* CSS */
color: #a9d4f9;
background-color: #a9d4f9;
/* Tailwind (arbitrary) */
class="text-[#a9d4f9] bg-[#a9d4f9]"
/* SCSS */
$brand: #a9d4f9;
/* SwiftUI */
Color(red: 0.663, green: 0.831, blue: 0.976)
/* Android */
Color.parseColor("#a9d4f9")Accessibility — WCAG contrast
Aa
#a9d4f9 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9d4f9 on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green83.1%
Blue97.6%
CMYK percentages
Cyan32.1%
Magenta14.9%
Yellow0.0%
Key (black)2.4%
Color previews
#a9d4f9 text on a black background
contrast 13.47:1
Card sample
#a9d4f9 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9d4f9;
Background color
Panel with #a9d4f9 background
background-color: #a9d4f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9d4f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 212, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 212, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9d4f9; background: linear-gradient(135deg, #a9d4f9, #B4A9F9);