#D3FFC5
A very light, vivid green closely aligning with Lightgoldenrodyellow.
About #D3FFC5
Visually, #D3FFC5 is defined as a vivid green. Designers often compare it to the standard color Lightgoldenrodyellow. This translates to an RGB value of rgb(211, 255, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 17% cyan and 0% magenta inks. 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D3FFC5
RGB211, 255, 197
HSL105.5°, 100.0%, 88.6%
CMYK17%, 0%, 23%, 0%
HSV105.5°, 22.7%, 100.0%
LAB95.7, -24.4, 23.2
XYZ72.7, 89.4, 66.2
Decimal13893573
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.11:1
Text on #FFFFFF
FAIL
18.88:1
Text on #000000
AAA
1.06:1
Text on #F8FAFC
FAIL
16.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3FFC5;
}
.text-color {
color: #D3FFC5;
}
.border-color {
border: 2px solid #D3FFC5;
}