#D3F8C5
A very light, vivid green closely aligning with Lightgoldenrodyellow.
About #D3F8C5
The precise color #D3F8C5 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lightgoldenrodyellow. This translates to an RGB value of rgb(211, 248, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 15% Cyan, 0% Magenta, 21% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3F8C5
RGB211, 248, 197
HSL103.5°, 78.5%, 87.3%
CMYK15%, 0%, 21%, 3%
HSV103.5°, 20.6%, 97.3%
LAB93.9, -21.0, 20.6
XYZ70.5, 85.0, 65.5
Decimal13891781
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.17:1
Text on #FFFFFF
FAIL
18.00:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3F8C5;
}
.text-color {
color: #D3F8C5;
}
.border-color {
border: 2px solid #D3F8C5;
}