#C5DBAF
A light, moderate green closely aligning with Lightgoldenrodyellow.
About #C5DBAF
Visually, #C5DBAF is defined as a moderate green. It is closely associated with the named CSS color Lightgoldenrodyellow. In the RGB color space, it consists of 197 red, 219 green, and 175 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 10% cyan, 0% magenta, 20% yellow, and 14% black. The HSL representation is 90.0° hue, 37.9% saturation, and 77.3% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C5DBAF
RGB197, 219, 175
HSL90.0°, 37.9%, 77.3%
CMYK10%, 0%, 20%, 14%
HSV90.0°, 20.1%, 85.9%
LAB84.8, -15.1, 19.2
XYZ56.1, 65.6, 50.3
Decimal12966831
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.13:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5DBAF;
}
.text-color {
color: #C5DBAF;
}
.border-color {
border: 2px solid #C5DBAF;
}