Slate Gray (Neutral)
#846F98
RGB: 132, 111, 152
Color OverviewHEX #846F98

#846F98 Color Code Information

In the RGB color space, #846F98 is composed of 52% red, 44% green, and 60% blue. In the HSL color space, it has a hue of 271°, saturation of 17%, and lightness of 52%.

HEX
#846F98
RGB
132, 111, 152
HSL
271°, 17%, 52%
HSV
271°, 27%, 60%
CMYK
13%, 27%, 0%, 40%
Name Match
Slate Gray
Closest Standard

Shades of #846F98 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #846F98 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #846F98 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #846F98

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #846F98 Background
Contrast Ratio against Pure White (#FFFFFF):4.46 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #846F98 Background
Contrast Ratio against Pure Black (#000000):4.71 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #846F98;
}

.element {
  color: #846F98;
  background-color: #846F98;
  border-color: #846F98;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#846F98] text-[#846F98] border-[#846F98]">
  Content styled with #846F98
</div>