#B6B6AF
A light, muted neutral closely aligning with Silver.
About #B6B6AF
The hex code #B6B6AF represents a beautifully specific shade of neutral. If you're using CSS, you might find it aligns closely with Silver. This translates to an RGB value of rgb(182, 182, 175).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 0% M, 4% Y, and 29% K. 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. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B6B6AF
RGB182, 182, 175
HSL60.0°, 4.6%, 70.0%
CMYK0%, 0%, 4%, 29%
HSV60.0°, 3.8%, 71.4%
LAB73.9, -1.3, 3.5
XYZ43.8, 46.5, 47.2
Decimal11974319
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.30:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6B6AF;
}
.text-color {
color: #B6B6AF;
}
.border-color {
border: 2px solid #B6B6AF;
}