#D3E2AF
A light, moderate green closely aligning with Palegoldenrod.
About #D3E2AF
The hex code #D3E2AF represents a beautifully specific shade of green. Designers often compare it to the standard color Palegoldenrod. This translates to an RGB value of rgb(211, 226, 175).
For print applications, it's crucial to understand its CMYK makeup. 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.
Ensuring your text is legible against this background is a key part of web design. 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#D3E2AF
RGB211, 226, 175
HSL77.6°, 46.8%, 78.6%
CMYK7%, 0%, 23%, 11%
HSV77.6°, 22.6%, 88.6%
LAB87.6, -13.6, 23.3
XYZ61.8, 71.3, 51.1
Decimal13886127
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.27:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
12.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3E2AF;
}
.text-color {
color: #D3E2AF;
}
.border-color {
border: 2px solid #D3E2AF;
}