Slate Gray (Neutral)
#797FB1
RGB: 121, 127, 177
Color OverviewHEX #797FB1

#797FB1 Color Code Information

In the RGB color space, #797FB1 is composed of 47% red, 50% green, and 69% blue. In the HSL color space, it has a hue of 234°, saturation of 26%, and lightness of 58%.

HEX
#797FB1
RGB
121, 127, 177
HSL
234°, 26%, 58%
HSV
234°, 32%, 69%
CMYK
32%, 28%, 0%, 31%
Name Match
Slate Gray
Closest Standard

Shades of #797FB1 (Darker Variations)

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

Tints of #797FB1 (Lighter Variations)

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

Tones of #797FB1 (Muted Variations)

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

Color Harmonies for #797FB1

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

Developer Code Snippets & Tailwind CSS

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

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