#a9cddc
a light, soft cyan · cool · closest name: skyblue
RGB
169, 205, 220
HSL
198°, 42%, 76%
CMYK
23, 7, 0, 14
Luminance
0.5726
Every format
| HEX | #a9cddc |
| RGB | rgb(169, 205, 220) |
| HSL | hsl(198, 42%, 76%) |
| CMYK | cmyk(23%, 7%, 0%, 14%) |
| LAB | lab(80.3 -8.6 -11.4) |
| LCH | lch(80.3 14.3 232.8) |
| OKLCH | oklch(0.827 0.044 225.1) |
Copy-ready code
/* CSS */
color: #a9cddc;
background-color: #a9cddc;
/* Tailwind (arbitrary) */
class="text-[#a9cddc] bg-[#a9cddc]"
/* SCSS */
$brand: #a9cddc;
/* SwiftUI */
Color(red: 0.663, green: 0.804, blue: 0.863)
/* Android */
Color.parseColor("#a9cddc")Accessibility — WCAG contrast
Aa
#a9cddc on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9cddc on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green80.4%
Blue86.3%
CMYK percentages
Cyan23.2%
Magenta6.8%
Yellow0.0%
Key (black)13.7%
Color previews
#a9cddc text on a black background
contrast 12.45:1
Card sample
#a9cddc text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9cddc;
Background color
Panel with #a9cddc background
background-color: #a9cddc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9cddc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 205, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 205, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9cddc; background: linear-gradient(135deg, #a9cddc, #A9ABDC);