#A8CCAF
A light, muted green closely aligning with Darkseagreen.
About #A8CCAF
At its core, #A8CCAF is a light and muted hue. It is closely associated with the named CSS color Darkseagreen. In the RGB color space, it consists of 168 red, 204 green, and 175 blue.
Translating this color to physical media requires the CMYK color model. 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.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A8CCAF
RGB168, 204, 175
HSL131.7°, 26.1%, 72.9%
CMYK18%, 0%, 14%, 20%
HSV131.7°, 17.6%, 80.0%
LAB78.8, -17.6, 10.5
XYZ45.5, 54.6, 48.7
Decimal11062447
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.92:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8CCAF;
}
.text-color {
color: #A8CCAF;
}
.border-color {
border: 2px solid #A8CCAF;
}