#8ACCA0
A light, moderate green closely aligning with Darkseagreen.
About #8ACCA0
Visually, #8ACCA0 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Darkseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 204, and 160.
For print applications, it's crucial to understand its CMYK makeup. The color uses 32% Cyan, 0% Magenta, 22% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a light 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#8ACCA0
RGB138, 204, 160
HSL140.0°, 39.3%, 67.1%
CMYK32%, 0%, 22%, 20%
HSV140.0°, 32.4%, 80.0%
LAB76.8, -30.1, 15.4
XYZ38.4, 51.1, 41.1
Decimal9096352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.87:1
Text on #FFFFFF
FAIL
11.23:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8ACCA0;
}
.text-color {
color: #8ACCA0;
}
.border-color {
border: 2px solid #8ACCA0;
}