Slate Gray (Neutral)
#70779D
RGB: 112, 119, 157
Color OverviewHEX #70779D

#70779D Color Code Information

In the RGB color space, #70779D is composed of 44% red, 47% green, and 62% blue. In the HSL color space, it has a hue of 231°, saturation of 19%, and lightness of 53%.

HEX
#70779D
RGB
112, 119, 157
HSL
231°, 19%, 53%
HSV
231°, 29%, 62%
CMYK
29%, 24%, 0%, 38%
Name Match
Slate Gray
Closest Standard

Shades of #70779D (Darker Variations)

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

Tints of #70779D (Lighter Variations)

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

Tones of #70779D (Muted Variations)

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

Color Harmonies for #70779D

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

Developer Code Snippets & Tailwind CSS

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

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