#8AF8A0
A light, vivid green closely aligning with Palegreen.
About #8AF8A0
At its core, #8AF8A0 is a light and vivid hue. It is closely associated with the named CSS color Palegreen. In the RGB color space, it consists of 138 red, 248 green, and 160 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 44% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8AF8A0
RGB138, 248, 160
HSL132.0°, 88.7%, 75.7%
CMYK44%, 0%, 35%, 3%
HSV132.0°, 44.4%, 97.3%
LAB89.4, -49.7, 32.7
XYZ50.4, 75.1, 45.1
Decimal9107616
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.02:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AF8A0;
}
.text-color {
color: #8AF8A0;
}
.border-color {
border: 2px solid #8AF8A0;
}