#C5DBB6
A light, moderate green closely aligning with Lightgoldenrodyellow.
About #C5DBB6
At its core, #C5DBB6 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Lightgoldenrodyellow. This translates to an RGB value of rgb(197, 219, 182).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 10% C, 0% M, 17% Y, and 14% K. The HSL representation is 95.7° hue, 33.9% saturation, and 78.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C5DBB6
RGB197, 219, 182
HSL95.7°, 33.9%, 78.6%
CMYK10%, 0%, 17%, 14%
HSV95.7°, 16.9%, 85.9%
LAB85.0, -14.0, 15.8
XYZ56.8, 65.9, 54.0
Decimal12966838
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.18:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5DBB6;
}
.text-color {
color: #C5DBB6;
}
.border-color {
border: 2px solid #C5DBB6;
}