#8AF88A
A light, vivid green closely aligning with Palegreen.
About #8AF88A
When working with digital screens, the color #8AF88A is rendered by mixing light. If you're using CSS, you might find it aligns closely with Palegreen. In the RGB color space, it consists of 138 red, 248 green, and 138 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 44% cyan and 0% magenta inks. The HSL representation is 120.0° hue, 88.7% saturation, and 75.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8AF88A
RGB138, 248, 138
HSL120.0°, 88.7%, 75.7%
CMYK44%, 0%, 44%, 3%
HSV120.0°, 44.4%, 97.3%
LAB89.1, -53.1, 43.1
XYZ48.6, 74.4, 35.8
Decimal9107594
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.87:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AF88A;
}
.text-color {
color: #8AF88A;
}
.border-color {
border: 2px solid #8AF88A;
}