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