#D3FFAF
A very light, vivid green closely aligning with Lightgreen.
About #D3FFAF
The hex code #D3FFAF represents a beautifully specific shade of green. Its closest recognized web color is Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 255, and 175.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 17% C, 0% M, 31% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3FFAF
RGB211, 255, 175
HSL93.0°, 100.0%, 84.3%
CMYK17%, 0%, 31%, 0%
HSV93.0°, 31.4%, 100.0%
LAB95.4, -27.7, 33.8
XYZ70.4, 88.5, 53.9
Decimal13893551
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.12:1
Text on #FFFFFF
FAIL
18.69:1
Text on #000000
AAA
1.07:1
Text on #F8FAFC
FAIL
15.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3FFAF;
}
.text-color {
color: #D3FFAF;
}
.border-color {
border: 2px solid #D3FFAF;
}