#A8C5A0
A light, muted green closely aligning with Darkseagreen.
About #A8C5A0
The hex code #A8C5A0 represents a beautifully specific shade of green. Designers often compare it to the standard color Darkseagreen. In the RGB color space, it consists of 168 red, 197 green, and 160 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 15% cyan and 0% magenta inks. With a hue angle of 107.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A8C5A0
RGB168, 197, 160
HSL107.0°, 24.2%, 70.0%
CMYK15%, 0%, 19%, 23%
HSV107.0°, 18.8%, 77.3%
LAB76.6, -16.7, 15.4
XYZ42.5, 50.8, 40.8
Decimal11060640
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.16:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8C5A0;
}
.text-color {
color: #A8C5A0;
}
.border-color {
border: 2px solid #A8C5A0;
}