#D3F8AF
A very light, vivid green closely aligning with Palegoldenrod.
About #D3F8AF
Visually, #D3F8AF is defined as a vivid green. Its closest recognized web color is Palegoldenrod. This translates to an RGB value of rgb(211, 248, 175).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 15% C, 0% M, 29% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3F8AF
RGB211, 248, 175
HSL90.4°, 83.9%, 82.9%
CMYK15%, 0%, 29%, 3%
HSV90.4°, 29.4%, 97.3%
LAB93.5, -24.4, 31.2
XYZ68.2, 84.1, 53.2
Decimal13891759
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.18:1
Text on #FFFFFF
FAIL
17.82:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3F8AF;
}
.text-color {
color: #D3F8AF;
}
.border-color {
border: 2px solid #D3F8AF;
}