Gray (Neutral)
#8B7081
RGB: 139, 112, 129
Color OverviewHEX #8B7081

#8B7081 Color Code Information

In the RGB color space, #8B7081 is composed of 55% red, 44% green, and 51% blue. In the HSL color space, it has a hue of 322°, saturation of 11%, and lightness of 49%.

HEX
#8B7081
RGB
139, 112, 129
HSL
322°, 11%, 49%
HSV
322°, 19%, 55%
CMYK
0%, 19%, 7%, 45%
Name Match
Gray
Closest Standard

Shades of #8B7081 (Darker Variations)

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

Tints of #8B7081 (Lighter Variations)

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

Tones of #8B7081 (Muted Variations)

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

Color Harmonies for #8B7081

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

Developer Code Snippets & Tailwind CSS

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

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