Slate Gray (Neutral)
#799694
RGB: 121, 150, 148
Color OverviewHEX #799694

#799694 Color Code Information

In the RGB color space, #799694 is composed of 47% red, 59% green, and 58% blue. In the HSL color space, it has a hue of 176°, saturation of 12%, and lightness of 53%.

HEX
#799694
RGB
121, 150, 148
HSL
176°, 12%, 53%
HSV
176°, 19%, 59%
CMYK
19%, 0%, 1%, 41%
Name Match
Slate Gray
Closest Standard

Shades of #799694 (Darker Variations)

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

Tints of #799694 (Lighter Variations)

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

Tones of #799694 (Muted Variations)

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

Color Harmonies for #799694

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

Developer Code Snippets & Tailwind CSS

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

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