#D3F0BD
A very light, moderate green closely aligning with Lightgoldenrodyellow.
About #D3F0BD
Visually, #D3F0BD is defined as a moderate green. Designers often compare it to the standard color Lightgoldenrodyellow. This translates to an RGB value of rgb(211, 240, 189).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 12% cyan, 0% magenta, 21% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3F0BD
RGB211, 240, 189
HSL94.1°, 63.0%, 84.1%
CMYK12%, 0%, 21%, 6%
HSV94.1°, 21.2%, 94.1%
LAB91.6, -18.4, 21.6
XYZ67.2, 79.8, 60.0
Decimal13889725
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.97:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3F0BD;
}
.text-color {
color: #D3F0BD;
}
.border-color {
border: 2px solid #D3F0BD;
}