#8AA883
A medium, muted green closely aligning with Darkseagreen.
About #8AA883
The hex code #8AA883 represents a beautifully specific shade of green. Its closest recognized web color is Darkseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 168, and 131.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 18% cyan, 0% magenta, 22% yellow, and 34% 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. 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#8AA883
RGB138, 168, 131
HSL108.6°, 17.5%, 58.6%
CMYK18%, 0%, 22%, 34%
HSV108.6°, 22.0%, 65.9%
LAB65.8, -17.5, 15.8
XYZ28.6, 35.0, 26.7
Decimal9087107
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.62:1
Text on #FFFFFF
FAIL
8.01:1
Text on #000000
AAA
2.51:1
Text on #F8FAFC
FAIL
6.81:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8AA883;
}
.text-color {
color: #8AA883;
}
.border-color {
border: 2px solid #8AA883;
}