Dim Gray (Neutral)
#656453
RGB: 101, 100, 83
Color OverviewHEX #656453

#656453 Color Code Information

In the RGB color space, #656453 is composed of 40% red, 39% green, and 33% blue. In the HSL color space, it has a hue of 57°, saturation of 10%, and lightness of 36%.

HEX
#656453
RGB
101, 100, 83
HSL
57°, 10%, 36%
HSV
57°, 18%, 40%
CMYK
0%, 1%, 18%, 60%
Name Match
Dim Gray
Closest Standard

Shades of #656453 (Darker Variations)

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

Tints of #656453 (Lighter Variations)

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

Tones of #656453 (Muted Variations)

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

Color Harmonies for #656453

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

Developer Code Snippets & Tailwind CSS

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

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