Dim Gray (Neutral)
#806A5C
RGB: 128, 106, 92
Color OverviewHEX #806A5C
#806A5C Color Code Information
In the RGB color space, #806A5C is composed of 50% red, 42% green, and 36% blue. In the HSL color space, it has a hue of 23°, saturation of 16%, and lightness of 43%.
HEX
#806A5C
RGB
128, 106, 92
HSL
23°, 16%, 43%
HSV
23°, 28%, 50%
CMYK
0%, 17%, 28%, 50%
Name Match
Dim Gray
Closest StandardShades of #806A5C (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #806A5C (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #806A5C (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #806A5C
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #806A5C Background
Contrast Ratio against Pure White (#FFFFFF):5.08 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #806A5C Background
Contrast Ratio against Pure Black (#000000):4.13 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #806A5C;
}
.element {
color: #806A5C;
background-color: #806A5C;
border-color: #806A5C;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#806A5C] text-[#806A5C] border-[#806A5C]"> Content styled with #806A5C </div>