#a9c2dc
a light, soft blue · cool · closest name: skyblue
RGB
169, 194, 220
HSL
211°, 42%, 76%
CMYK
23, 12, 0, 14
Luminance
0.5219
Every format
| HEX | #a9c2dc |
| RGB | rgb(169, 194, 220) |
| HSL | hsl(211, 42%, 76%) |
| CMYK | cmyk(23%, 12%, 0%, 14%) |
| LAB | lab(77.4 -2.8 -15.8) |
| LCH | lch(77.4 16.0 259.9) |
| OKLCH | oklch(0.804 0.046 249.4) |
Copy-ready code
/* CSS */
color: #a9c2dc;
background-color: #a9c2dc;
/* Tailwind (arbitrary) */
class="text-[#a9c2dc] bg-[#a9c2dc]"
/* SCSS */
$brand: #a9c2dc;
/* SwiftUI */
Color(red: 0.663, green: 0.761, blue: 0.863)
/* Android */
Color.parseColor("#a9c2dc")Accessibility — WCAG contrast
Aa
#a9c2dc on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9c2dc on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green76.1%
Blue86.3%
CMYK percentages
Cyan23.2%
Magenta11.8%
Yellow0.0%
Key (black)13.7%
Color previews
#a9c2dc text on a black background
contrast 11.44:1
Card sample
#a9c2dc text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9c2dc;
Background color
Panel with #a9c2dc background
background-color: #a9c2dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9c2dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 194, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 194, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9c2dc; background: linear-gradient(135deg, #a9c2dc, #B2A9DC);