Gray (Neutral)
#849491
RGB: 132, 148, 145
Color OverviewHEX #849491

#849491 Color Code Information

In the RGB color space, #849491 is composed of 52% red, 58% green, and 57% blue. In the HSL color space, it has a hue of 169°, saturation of 7%, and lightness of 55%.

HEX
#849491
RGB
132, 148, 145
HSL
169°, 7%, 55%
HSV
169°, 11%, 58%
CMYK
11%, 0%, 2%, 42%
Name Match
Gray
Closest Standard

Shades of #849491 (Darker Variations)

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

Tints of #849491 (Lighter Variations)

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

Tones of #849491 (Muted Variations)

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

Color Harmonies for #849491

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 #849491 Background
Contrast Ratio against Pure White (#FFFFFF):3.17 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #849491 Background
Contrast Ratio against Pure Black (#000000):6.63 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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