#D3FFA8
A very light, vivid green closely aligning with Lightgreen.
About #D3FFA8
The precise color #D3FFA8 is an excellent choice for modern design projects. It is closely associated with the named CSS color Lightgreen. This translates to an RGB value of rgb(211, 255, 168).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 17% Cyan, 0% Magenta, 34% Yellow, and 0% Black. The HSL representation is 90.3° hue, 100.0% saturation, and 82.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D3FFA8
RGB211, 255, 168
HSL90.3°, 100.0%, 82.9%
CMYK17%, 0%, 34%, 0%
HSV90.3°, 34.1%, 100.0%
LAB95.2, -28.6, 37.1
XYZ69.7, 88.2, 50.4
Decimal13893544
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.13:1
Text on #FFFFFF
FAIL
18.64:1
Text on #000000
AAA
1.08:1
Text on #F8FAFC
FAIL
15.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3FFA8;
}
.text-color {
color: #D3FFA8;
}
.border-color {
border: 2px solid #D3FFA8;
}