#A8CCB6
A light, muted green closely aligning with Darkseagreen.
About #A8CCB6
The precise color #A8CCB6 is an excellent choice for modern design projects. Its closest recognized web color is Darkseagreen. In the RGB color space, it consists of 168 red, 204 green, and 182 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 18% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A8CCB6
RGB168, 204, 182
HSL143.3°, 26.1%, 72.9%
CMYK18%, 0%, 11%, 20%
HSV143.3°, 17.6%, 80.0%
LAB79.0, -16.3, 7.0
XYZ46.2, 54.9, 52.4
Decimal11062454
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
11.98:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8CCB6;
}
.text-color {
color: #A8CCB6;
}
.border-color {
border: 2px solid #A8CCB6;
}