#8AC5A8
A light, moderate green closely aligning with Darkseagreen.
About #8AC5A8
At its core, #8AC5A8 is a light and moderate hue. Its closest recognized web color is Darkseagreen. This translates to an RGB value of rgb(138, 197, 168).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 30% C, 0% M, 15% Y, and 23% K. The HSL representation is 150.5° hue, 33.7% saturation, and 65.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8AC5A8
RGB138, 197, 168
HSL150.5°, 33.7%, 65.7%
CMYK30%, 0%, 15%, 23%
HSV150.5°, 29.9%, 77.3%
LAB74.9, -25.2, 8.5
XYZ37.5, 48.2, 44.4
Decimal9094568
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.98:1
Text on #FFFFFF
FAIL
10.63:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AC5A8;
}
.text-color {
color: #8AC5A8;
}
.border-color {
border: 2px solid #8AC5A8;
}