#8AB692
A light, muted green closely aligning with Darkseagreen.
About #8AB692
At its core, #8AB692 is a light and muted hue. Designers often compare it to the standard color Darkseagreen. Its digital footprint relies on 138 parts red, 182 parts green, and 146 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 24% cyan, 0% magenta, 20% yellow, and 29% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8AB692
RGB138, 182, 146
HSL130.9°, 23.2%, 62.7%
CMYK24%, 0%, 20%, 29%
HSV130.9°, 24.2%, 71.4%
LAB70.1, -22.0, 13.6
XYZ32.4, 40.9, 33.4
Decimal9090706
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.29:1
Text on #FFFFFF
FAIL
9.19:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AB692;
}
.text-color {
color: #8AB692;
}
.border-color {
border: 2px solid #8AB692;
}