Slate Gray (Neutral)
#76789E
RGB: 118, 120, 158
Color OverviewHEX #76789E

#76789E Color Code Information

In the RGB color space, #76789E is composed of 46% red, 47% green, and 62% blue. In the HSL color space, it has a hue of 237°, saturation of 17%, and lightness of 54%.

HEX
#76789E
RGB
118, 120, 158
HSL
237°, 17%, 54%
HSV
237°, 25%, 62%
CMYK
25%, 24%, 0%, 38%
Name Match
Slate Gray
Closest Standard

Shades of #76789E (Darker Variations)

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

Tints of #76789E (Lighter Variations)

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

Tones of #76789E (Muted Variations)

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

Color Harmonies for #76789E

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 #76789E Background
Contrast Ratio against Pure White (#FFFFFF):4.24 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #76789E Background
Contrast Ratio against Pure Black (#000000):4.95 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #76789E;
}

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