#D3E9A0
A light, moderate green closely aligning with Palegoldenrod.
About #D3E9A0
Visually, #D3E9A0 is defined as a moderate green. Its closest recognized web color is Palegoldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 233, and 160.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 9% cyan, 0% magenta, 31% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3E9A0
RGB211, 233, 160
HSL78.1°, 62.4%, 77.1%
CMYK9%, 0%, 31%, 9%
HSV78.1°, 31.3%, 91.4%
LAB89.2, -19.2, 33.1
XYZ62.3, 74.7, 44.4
Decimal13887904
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.93:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3E9A0;
}
.text-color {
color: #D3E9A0;
}
.border-color {
border: 2px solid #D3E9A0;
}