#C9D6DD
A very light, muted blue closely aligning with Lightgray.
About #C9D6DD
When working with digital screens, the color #C9D6DD is rendered by mixing light. If you're using CSS, you might find it aligns closely with Lightgray. This translates to an RGB value of rgb(201, 214, 221).
Translating this color to physical media requires the CMYK color model. The color uses 9% Cyan, 3% Magenta, 0% Yellow, and 13% Black. The HSL representation is 201.0° hue, 22.7% saturation, and 82.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C9D6DD
RGB201, 214, 221
HSL201.0°, 22.7%, 82.7%
CMYK9%, 3%, 0%, 13%
HSV201.0°, 9.0%, 86.7%
LAB84.9, -3.0, -5.0
XYZ61.2, 65.7, 77.9
Decimal13227741
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.15:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C9D6DD;
}
.text-color {
color: #C9D6DD;
}
.border-color {
border: 2px solid #C9D6DD;
}