Slate Gray (Neutral)
#766F94
RGB: 118, 111, 148
Color OverviewHEX #766F94

#766F94 Color Code Information

In the RGB color space, #766F94 is composed of 46% red, 44% green, and 58% blue. In the HSL color space, it has a hue of 251°, saturation of 15%, and lightness of 51%.

HEX
#766F94
RGB
118, 111, 148
HSL
251°, 15%, 51%
HSV
251°, 25%, 58%
CMYK
20%, 25%, 0%, 42%
Name Match
Slate Gray
Closest Standard

Shades of #766F94 (Darker Variations)

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

Tints of #766F94 (Lighter Variations)

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

Tones of #766F94 (Muted Variations)

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

Color Harmonies for #766F94

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 #766F94 Background
Contrast Ratio against Pure White (#FFFFFF):4.7 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #766F94 Background
Contrast Ratio against Pure Black (#000000):4.47 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #766F94;
}

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