Gray (Neutral)
#817C8F
RGB: 129, 124, 143
Color OverviewHEX #817C8F

#817C8F Color Code Information

In the RGB color space, #817C8F is composed of 51% red, 49% green, and 56% blue. In the HSL color space, it has a hue of 256°, saturation of 8%, and lightness of 52%.

HEX
#817C8F
RGB
129, 124, 143
HSL
256°, 8%, 52%
HSV
256°, 13%, 56%
CMYK
10%, 13%, 0%, 44%
Name Match
Gray
Closest Standard

Shades of #817C8F (Darker Variations)

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

Tints of #817C8F (Lighter Variations)

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

Tones of #817C8F (Muted Variations)

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

Color Harmonies for #817C8F

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

Developer Code Snippets & Tailwind CSS

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

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