Dim Gray (Neutral)
#70756F
RGB: 112, 117, 111
Color OverviewHEX #70756F

#70756F Color Code Information

In the RGB color space, #70756F is composed of 44% red, 46% green, and 44% blue. In the HSL color space, it has a hue of 110°, saturation of 3%, and lightness of 45%.

HEX
#70756F
RGB
112, 117, 111
HSL
110°, 3%, 45%
HSV
110°, 5%, 46%
CMYK
4%, 0%, 5%, 54%
Name Match
Dim Gray
Closest Standard

Shades of #70756F (Darker Variations)

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

Tints of #70756F (Lighter Variations)

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

Tones of #70756F (Muted Variations)

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

Color Harmonies for #70756F

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

Developer Code Snippets & Tailwind CSS

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

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