Dark Slate Gray (Neutral)
#49554B
RGB: 73, 85, 75
Color OverviewHEX #49554B

#49554B Color Code Information

In the RGB color space, #49554B is composed of 29% red, 33% green, and 29% blue. In the HSL color space, it has a hue of 130°, saturation of 8%, and lightness of 31%.

HEX
#49554B
RGB
73, 85, 75
HSL
130°, 8%, 31%
HSV
130°, 14%, 33%
CMYK
14%, 0%, 12%, 67%
Name Match
Dark Slate Gray
Closest Standard

Shades of #49554B (Darker Variations)

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

Tints of #49554B (Lighter Variations)

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

Tones of #49554B (Muted Variations)

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

Color Harmonies for #49554B

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

Developer Code Snippets & Tailwind CSS

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

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