#8AF06D
A light, vivid green closely aligning with Palegreen.
About #8AF06D
The hex code #8AF06D represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Palegreen. This translates to an RGB value of rgb(138, 240, 109).
For print applications, it's crucial to understand its CMYK makeup. The color uses 43% Cyan, 0% Magenta, 55% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8AF06D
RGB138, 240, 109
HSL106.7°, 81.4%, 68.4%
CMYK43%, 0%, 55%, 6%
HSV106.7°, 54.6%, 94.1%
LAB86.4, -53.5, 53.4
XYZ44.4, 68.8, 25.4
Decimal9105517
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.77:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AF06D;
}
.text-color {
color: #8AF06D;
}
.border-color {
border: 2px solid #8AF06D;
}