Dim Gray (Neutral)
#566B64
RGB: 86, 107, 100
Color OverviewHEX #566B64

#566B64 Color Code Information

In the RGB color space, #566B64 is composed of 34% red, 42% green, and 39% blue. In the HSL color space, it has a hue of 160°, saturation of 11%, and lightness of 38%.

HEX
#566B64
RGB
86, 107, 100
HSL
160°, 11%, 38%
HSV
160°, 20%, 42%
CMYK
20%, 0%, 7%, 58%
Name Match
Dim Gray
Closest Standard

Shades of #566B64 (Darker Variations)

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

Tints of #566B64 (Lighter Variations)

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

Tones of #566B64 (Muted Variations)

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

Color Harmonies for #566B64

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

Developer Code Snippets & Tailwind CSS

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

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