#a9dcd3
a light, soft cyan · cool · closest name: silver
RGB
169, 220, 211
HSL
169°, 42%, 76%
CMYK
23, 0, 4, 14
Luminance
0.6432
Every format
| HEX | #a9dcd3 |
| RGB | rgb(169, 220, 211) |
| HSL | hsl(169, 42%, 76%) |
| CMYK | cmyk(23%, 0%, 4%, 14%) |
| LAB | lab(84.1 -18.2 -0.9) |
| LCH | lch(84.1 18.3 183.0) |
| OKLCH | oklch(0.856 0.054 183.0) |
Copy-ready code
/* CSS */
color: #a9dcd3;
background-color: #a9dcd3;
/* Tailwind (arbitrary) */
class="text-[#a9dcd3] bg-[#a9dcd3]"
/* SCSS */
$brand: #a9dcd3;
/* SwiftUI */
Color(red: 0.663, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#a9dcd3")Accessibility — WCAG contrast
Aa
#a9dcd3 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9dcd3 on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green86.3%
Blue82.7%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow4.1%
Key (black)13.7%
Color previews
#a9dcd3 text on a black background
contrast 13.86:1
Card sample
#a9dcd3 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9dcd3;
Background color
Panel with #a9dcd3 background
background-color: #a9dcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9dcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9dcd3; background: linear-gradient(135deg, #a9dcd3, #A9C3DC);