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