#C5D3CC
A very light, muted green closely aligning with Lightgray.
About #C5D3CC
At its core, #C5D3CC is a very light and muted hue. It is closely associated with the named CSS color Lightgray. This translates to an RGB value of rgb(197, 211, 204).
If you are designing for print, the four-color process is what matters most. The color uses 7% Cyan, 0% Magenta, 3% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C5D3CC
RGB197, 211, 204
HSL150.0°, 13.7%, 80.0%
CMYK7%, 0%, 3%, 17%
HSV150.0°, 6.6%, 82.7%
LAB83.3, -6.0, 1.8
XYZ57.2, 62.8, 66.2
Decimal12964812
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.56:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5D3CC;
}
.text-color {
color: #C5D3CC;
}
.border-color {
border: 2px solid #C5D3CC;
}