#B6A0AF
A light, muted magenta closely aligning with Darkgray.
About #B6A0AF
At its core, #B6A0AF is a light and muted hue. It is closely associated with the named CSS color Darkgray. Its digital footprint relies on 182 parts red, 160 parts green, and 175 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 12% M, 4% Y, and 29% K. The HSL representation is 319.1° hue, 13.1% saturation, and 67.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B6A0AF
RGB182, 160, 175
HSL319.1°, 13.1%, 67.1%
CMYK0%, 12%, 4%, 29%
HSV319.1°, 12.1%, 71.4%
LAB68.2, 10.7, -4.8
XYZ39.6, 38.2, 45.8
Decimal11968687
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.64:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6A0AF;
}
.text-color {
color: #B6A0AF;
}
.border-color {
border: 2px solid #B6A0AF;
}