Dim Gray (Neutral)
#736F6C
RGB: 115, 111, 108
Color OverviewHEX #736F6C

#736F6C Color Code Information

In the RGB color space, #736F6C is composed of 45% red, 44% green, and 42% blue. In the HSL color space, it has a hue of 26°, saturation of 3%, and lightness of 44%.

HEX
#736F6C
RGB
115, 111, 108
HSL
26°, 3%, 44%
HSV
26°, 6%, 45%
CMYK
0%, 3%, 6%, 55%
Name Match
Dim Gray
Closest Standard

Shades of #736F6C (Darker Variations)

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

Tints of #736F6C (Lighter Variations)

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

Tones of #736F6C (Muted Variations)

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

Color Harmonies for #736F6C

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 #736F6C Background
Contrast Ratio against Pure White (#FFFFFF):4.98 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #736F6C Background
Contrast Ratio against Pure Black (#000000):4.22 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #736F6C;
}

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