#8AFFB6
A light, vivid green closely aligning with Lightgreen.
About #8AFFB6
The hex code #8AFFB6 represents a beautifully specific shade of green. It is closely associated with the named CSS color Lightgreen. This translates to an RGB value of rgb(138, 255, 182).
Translating this color to physical media requires the CMYK color model. The color uses 46% Cyan, 0% Magenta, 29% Yellow, and 0% Black. The HSL representation is 142.6° hue, 100.0% saturation, and 77.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8AFFB6
RGB138, 255, 182
HSL142.6°, 100.0%, 77.1%
CMYK46%, 0%, 29%, 0%
HSV142.6°, 45.9%, 100.0%
LAB91.8, -48.9, 24.8
XYZ54.7, 80.3, 56.9
Decimal9109430
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.06:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AFFB6;
}
.text-color {
color: #8AFFB6;
}
.border-color {
border: 2px solid #8AFFB6;
}