#a9c2db
a light, soft blue · cool · closest name: skyblue
RGB
169, 194, 219
HSL
210°, 41%, 76%
CMYK
23, 11, 0, 14
Luminance
0.5213
Every format
| HEX | #a9c2db |
| RGB | rgb(169, 194, 219) |
| HSL | hsl(210, 41%, 76%) |
| CMYK | cmyk(23%, 11%, 0%, 14%) |
| LAB | lab(77.4 -3.0 -15.3) |
| LCH | lch(77.4 15.6 258.7) |
| OKLCH | oklch(0.803 0.045 248.4) |
Copy-ready code
/* CSS */
color: #a9c2db;
background-color: #a9c2db;
/* Tailwind (arbitrary) */
class="text-[#a9c2db] bg-[#a9c2db]"
/* SCSS */
$brand: #a9c2db;
/* SwiftUI */
Color(red: 0.663, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#a9c2db")Accessibility — WCAG contrast
Aa
#a9c2db on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9c2db on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green76.1%
Blue85.9%
CMYK percentages
Cyan22.8%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#a9c2db text on a black background
contrast 11.43:1
Card sample
#a9c2db text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9c2db;
Background color
Panel with #a9c2db background
background-color: #a9c2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9c2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9c2db; background: linear-gradient(135deg, #a9c2db, #B1A9DB);