#8AA08A
A medium, muted green closely aligning with Darkgray.
About #8AA08A
At its core, #8AA08A is a medium and muted hue. If you're using CSS, you might find it aligns closely with Darkgray. In the RGB color space, it consists of 138 red, 160 green, and 138 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 14% cyan, 0% magenta, 14% yellow, and 37% black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8AA08A
RGB138, 160, 138
HSL120.0°, 10.4%, 58.4%
CMYK14%, 0%, 14%, 37%
HSV120.0°, 13.8%, 62.7%
LAB63.7, -12.1, 8.9
XYZ27.6, 32.4, 28.8
Decimal9085066
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.81:1
Text on #FFFFFF
FAIL
7.48:1
Text on #000000
AAA
2.68:1
Text on #F8FAFC
FAIL
6.36:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8AA08A;
}
.text-color {
color: #8AA08A;
}
.border-color {
border: 2px solid #8AA08A;
}