Dim Gray (Neutral)
#656261
RGB: 101, 98, 97
Color OverviewHEX #656261

#656261 Color Code Information

In the RGB color space, #656261 is composed of 40% red, 38% green, and 38% blue. In the HSL color space, it has a hue of 15°, saturation of 2%, and lightness of 39%.

HEX
#656261
RGB
101, 98, 97
HSL
15°, 2%, 39%
HSV
15°, 4%, 40%
CMYK
0%, 3%, 4%, 60%
Name Match
Dim Gray
Closest Standard

Shades of #656261 (Darker Variations)

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

Tints of #656261 (Lighter Variations)

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

Tones of #656261 (Muted Variations)

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

Color Harmonies for #656261

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

Developer Code Snippets & Tailwind CSS

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

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