Dim Gray (Neutral)
#706E5D
RGB: 112, 110, 93
Color OverviewHEX #706E5D

#706E5D Color Code Information

In the RGB color space, #706E5D is composed of 44% red, 43% green, and 36% blue. In the HSL color space, it has a hue of 54°, saturation of 9%, and lightness of 40%.

HEX
#706E5D
RGB
112, 110, 93
HSL
54°, 9%, 40%
HSV
54°, 17%, 44%
CMYK
0%, 2%, 17%, 56%
Name Match
Dim Gray
Closest Standard

Shades of #706E5D (Darker Variations)

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

Tints of #706E5D (Lighter Variations)

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

Tones of #706E5D (Muted Variations)

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

Color Harmonies for #706E5D

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

Developer Code Snippets & Tailwind CSS

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

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