#A8BDA8
A light, muted green closely aligning with Silver.
About #A8BDA8
When working with digital screens, the color #A8BDA8 is rendered by mixing light. Its closest recognized web color is Silver. Its digital footprint relies on 168 parts red, 189 parts green, and 168 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 11% cyan, 0% magenta, 11% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8BDA8
RGB168, 189, 168
HSL120.0°, 13.7%, 70.0%
CMYK11%, 0%, 11%, 26%
HSV120.0°, 11.1%, 74.1%
LAB74.5, -11.2, 8.2
XYZ41.4, 47.5, 44.0
Decimal11058600
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.51:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8BDA8;
}
.text-color {
color: #A8BDA8;
}
.border-color {
border: 2px solid #A8BDA8;
}