Slate Gray (Neutral)
#71719C
RGB: 113, 113, 156
Color OverviewHEX #71719C

#71719C Color Code Information

In the RGB color space, #71719C is composed of 44% red, 44% green, and 61% blue. In the HSL color space, it has a hue of 240°, saturation of 18%, and lightness of 53%.

HEX
#71719C
RGB
113, 113, 156
HSL
240°, 18%, 53%
HSV
240°, 28%, 61%
CMYK
28%, 28%, 0%, 39%
Name Match
Slate Gray
Closest Standard

Shades of #71719C (Darker Variations)

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

Tints of #71719C (Lighter Variations)

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

Tones of #71719C (Muted Variations)

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

Color Harmonies for #71719C

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

Developer Code Snippets & Tailwind CSS

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

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