#C5DBD3
A very light, muted green closely aligning with Lightgray.
About #C5DBD3
Visually, #C5DBD3 is defined as a muted green. It is closely associated with the named CSS color Lightgray. In the RGB color space, it consists of 197 red, 219 green, and 211 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 10% cyan, 0% magenta, 4% yellow, and 14% black. With a hue angle of 158.2 degrees, it sits comfortably in the green spectrum.
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#C5DBD3
RGB197, 219, 211
HSL158.2°, 23.4%, 81.6%
CMYK10%, 0%, 4%, 14%
HSV158.2°, 10.0%, 85.9%
LAB85.6, -8.8, 1.4
XYZ60.1, 67.2, 71.4
Decimal12966867
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.45:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5DBD3;
}
.text-color {
color: #C5DBD3;
}
.border-color {
border: 2px solid #C5DBD3;
}