#D3E9CC
A very light, moderate green closely aligning with Beige.
About #D3E9CC
When working with digital screens, the color #D3E9CC is rendered by mixing light. If you're using CSS, you might find it aligns closely with Beige. This translates to an RGB value of rgb(211, 233, 204).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 9% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3E9CC
RGB211, 233, 204
HSL105.5°, 39.7%, 85.7%
CMYK9%, 0%, 12%, 9%
HSV105.5°, 12.4%, 91.4%
LAB90.1, -12.5, 11.6
XYZ66.9, 76.5, 68.4
Decimal13887948
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.30:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3E9CC;
}
.text-color {
color: #D3E9CC;
}
.border-color {
border: 2px solid #D3E9CC;
}