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