Dim Gray (Neutral)
#556145
RGB: 85, 97, 69
Color OverviewHEX #556145

#556145 Color Code Information

In the RGB color space, #556145 is composed of 33% red, 38% green, and 27% blue. In the HSL color space, it has a hue of 86°, saturation of 17%, and lightness of 33%.

HEX
#556145
RGB
85, 97, 69
HSL
86°, 17%, 33%
HSV
86°, 29%, 38%
CMYK
12%, 0%, 29%, 62%
Name Match
Dim Gray
Closest Standard

Shades of #556145 (Darker Variations)

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

Tints of #556145 (Lighter Variations)

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

Tones of #556145 (Muted Variations)

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

Color Harmonies for #556145

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

Developer Code Snippets & Tailwind CSS

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

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