#C5D3C5
A very light, muted green closely aligning with Lightgray.
About #C5D3C5
Visually, #C5D3C5 is defined as a muted green. It is closely associated with the named CSS color Lightgray. This translates to an RGB value of rgb(197, 211, 197).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 7% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C5D3C5
RGB197, 211, 197
HSL120.0°, 13.7%, 80.0%
CMYK7%, 0%, 7%, 17%
HSV120.0°, 6.6%, 82.7%
LAB83.2, -7.3, 5.3
XYZ56.4, 62.5, 61.9
Decimal12964805
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.50:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5D3C5;
}
.text-color {
color: #C5D3C5;
}
.border-color {
border: 2px solid #C5D3C5;
}