#AA9D9F
A light, muted neutral closely aligning with Darkgray.
About #AA9D9F
The hex code #AA9D9F represents a beautifully specific shade of neutral. If you're using CSS, you might find it aligns closely with Darkgray. This translates to an RGB value of rgb(170, 157, 159).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 8% magenta, 6% yellow, and 33% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AA9D9F
RGB170, 157, 159
HSL350.8°, 7.1%, 64.1%
CMYK0%, 8%, 6%, 33%
HSV350.8°, 7.6%, 66.7%
LAB65.9, 5.1, 0.7
XYZ34.9, 35.2, 37.7
Decimal11181471
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.61:1
Text on #FFFFFF
FAIL
8.03:1
Text on #000000
AAA
2.50:1
Text on #F8FAFC
FAIL
6.83:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AA9D9F;
}
.text-color {
color: #AA9D9F;
}
.border-color {
border: 2px solid #AA9D9F;
}