Dim Gray (Neutral)
#656742
RGB: 101, 103, 66
Color OverviewHEX #656742

#656742 Color Code Information

In the RGB color space, #656742 is composed of 40% red, 40% green, and 26% blue. In the HSL color space, it has a hue of 63°, saturation of 22%, and lightness of 33%.

HEX
#656742
RGB
101, 103, 66
HSL
63°, 22%, 33%
HSV
63°, 36%, 40%
CMYK
2%, 0%, 36%, 60%
Name Match
Dim Gray
Closest Standard

Shades of #656742 (Darker Variations)

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

Tints of #656742 (Lighter Variations)

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

Tones of #656742 (Muted Variations)

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

Color Harmonies for #656742

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

Developer Code Snippets & Tailwind CSS

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

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