#99DB8A
A light, moderate green closely aligning with Lightgreen.
About #99DB8A
The precise color #99DB8A is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lightgreen. In the RGB color space, it consists of 153 red, 219 green, and 138 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 30% cyan, 0% magenta, 37% yellow, and 14% black. The HSL representation is 108.9° hue, 52.9% saturation, and 70.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a 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#99DB8A
RGB153, 219, 138
HSL108.9°, 52.9%, 70.0%
CMYK30%, 0%, 37%, 14%
HSV108.9°, 37.0%, 85.9%
LAB81.4, -36.0, 33.4
XYZ43.1, 59.3, 33.2
Decimal10083210
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.85:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99DB8A;
}
.text-color {
color: #99DB8A;
}
.border-color {
border: 2px solid #99DB8A;
}