#D3E2A8
A light, moderate green closely aligning with Palegoldenrod.
About #D3E2A8
When working with digital screens, the color #D3E2A8 is rendered by mixing light. It is closely associated with the named CSS color Palegoldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 226, and 168.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 7% C, 0% M, 26% Y, and 11% K. The HSL representation is 75.5° hue, 50.0% saturation, and 77.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3E2A8
RGB211, 226, 168
HSL75.5°, 50.0%, 77.3%
CMYK7%, 0%, 26%, 11%
HSV75.5°, 25.7%, 88.6%
LAB87.5, -14.6, 26.8
XYZ61.1, 71.1, 47.5
Decimal13886120
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.21:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3E2A8;
}
.text-color {
color: #D3E2A8;
}
.border-color {
border: 2px solid #D3E2A8;
}