Slate Blue (Blue)
#797DC3
RGB: 121, 125, 195
Color OverviewHEX #797DC3

#797DC3 Color Code Information

In the RGB color space, #797DC3 is composed of 47% red, 49% green, and 76% blue. In the HSL color space, it has a hue of 237°, saturation of 38%, and lightness of 62%.

HEX
#797DC3
RGB
121, 125, 195
HSL
237°, 38%, 62%
HSV
237°, 38%, 76%
CMYK
38%, 36%, 0%, 24%
Name Match
Slate Blue
Closest Standard

Shades of #797DC3 (Darker Variations)

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

Tints of #797DC3 (Lighter Variations)

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

Tones of #797DC3 (Muted Variations)

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

Color Harmonies for #797DC3

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

Developer Code Snippets & Tailwind CSS

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

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