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