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