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