Gray (Neutral)
#82817F
RGB: 130, 129, 127
Color OverviewHEX #82817F

#82817F Color Code Information

In the RGB color space, #82817F is composed of 51% red, 51% green, and 50% blue. In the HSL color space, it has a hue of 40°, saturation of 1%, and lightness of 50%.

HEX
#82817F
RGB
130, 129, 127
HSL
40°, 1%, 50%
HSV
40°, 2%, 51%
CMYK
0%, 1%, 2%, 49%
Name Match
Gray
Closest Standard

Shades of #82817F (Darker Variations)

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

Tints of #82817F (Lighter Variations)

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

Tones of #82817F (Muted Variations)

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

Color Harmonies for #82817F

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

Developer Code Snippets & Tailwind CSS

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

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