Gray (Neutral)
#937C6C
RGB: 147, 124, 108
Color OverviewHEX #937C6C
#937C6C Color Code Information
In the RGB color space, #937C6C is composed of 58% red, 49% green, and 42% blue. In the HSL color space, it has a hue of 25°, saturation of 15%, and lightness of 50%.
HEX
#937C6C
RGB
147, 124, 108
HSL
25°, 15%, 50%
HSV
25°, 27%, 58%
CMYK
0%, 16%, 27%, 42%
Name Match
Gray
Closest StandardShades of #937C6C (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #937C6C (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #937C6C (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #937C6C
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 #937C6C Background
Contrast Ratio against Pure White (#FFFFFF):3.93 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #937C6C Background
Contrast Ratio against Pure Black (#000000):5.34 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #937C6C;
}
.element {
color: #937C6C;
background-color: #937C6C;
border-color: #937C6C;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#937C6C] text-[#937C6C] border-[#937C6C]"> Content styled with #937C6C </div>