Slate Gray (Neutral)
#80939F
RGB: 128, 147, 159
Color OverviewHEX #80939F

#80939F Color Code Information

In the RGB color space, #80939F is composed of 50% red, 58% green, and 62% blue. In the HSL color space, it has a hue of 203°, saturation of 14%, and lightness of 56%.

HEX
#80939F
RGB
128, 147, 159
HSL
203°, 14%, 56%
HSV
203°, 19%, 62%
CMYK
19%, 8%, 0%, 38%
Name Match
Slate Gray
Closest Standard

Shades of #80939F (Darker Variations)

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

Tints of #80939F (Lighter Variations)

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

Tones of #80939F (Muted Variations)

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

Color Harmonies for #80939F

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

Developer Code Snippets & Tailwind CSS

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

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