#B6A8AF
A light, muted neutral closely aligning with Darkgray.
About #B6A8AF
The hex code #B6A8AF 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(182, 168, 175).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 8% Magenta, 4% Yellow, and 29% Black. The HSL representation is 330.0° hue, 8.8% saturation, and 68.6% lightness.
When using this color as a background, text legibility must be considered. 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#B6A8AF
RGB182, 168, 175
HSL330.0°, 8.8%, 68.6%
CMYK0%, 8%, 4%, 29%
HSV330.0°, 7.7%, 71.4%
LAB70.2, 6.3, -1.8
XYZ41.0, 41.0, 46.3
Decimal11970735
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.28:1
Text on #FFFFFF
FAIL
9.21:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6A8AF;
}
.text-color {
color: #B6A8AF;
}
.border-color {
border: 2px solid #B6A8AF;
}