Dim Gray (Neutral)
#595F4E
RGB: 89, 95, 78
Color OverviewHEX #595F4E

#595F4E Color Code Information

In the RGB color space, #595F4E is composed of 35% red, 37% green, and 31% blue. In the HSL color space, it has a hue of 81°, saturation of 10%, and lightness of 34%.

HEX
#595F4E
RGB
89, 95, 78
HSL
81°, 10%, 34%
HSV
81°, 18%, 37%
CMYK
6%, 0%, 18%, 63%
Name Match
Dim Gray
Closest Standard

Shades of #595F4E (Darker Variations)

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

Tints of #595F4E (Lighter Variations)

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

Tones of #595F4E (Muted Variations)

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

Color Harmonies for #595F4E

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

Developer Code Snippets & Tailwind CSS

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

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