#8AA87C
A medium, muted green closely aligning with Darkseagreen.
About #8AA87C
Visually, #8AA87C is defined as a muted green. If you're using CSS, you might find it aligns closely with Darkseagreen. Its digital footprint relies on 138 parts red, 168 parts green, and 124 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 18% C, 0% M, 26% Y, and 34% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8AA87C
RGB138, 168, 124
HSL100.9°, 20.2%, 57.3%
CMYK18%, 0%, 26%, 34%
HSV100.9°, 26.2%, 65.9%
LAB65.6, -18.7, 19.4
XYZ28.1, 34.9, 24.3
Decimal9087100
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.63:1
Text on #FFFFFF
FAIL
7.97:1
Text on #000000
AAA
2.52:1
Text on #F8FAFC
FAIL
6.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8AA87C;
}
.text-color {
color: #8AA87C;
}
.border-color {
border: 2px solid #8AA87C;
}