Dark Slate Gray (Neutral)
#41544A
RGB: 65, 84, 74
Color OverviewHEX #41544A

#41544A Color Code Information

In the RGB color space, #41544A is composed of 25% red, 33% green, and 29% blue. In the HSL color space, it has a hue of 148°, saturation of 13%, and lightness of 29%.

HEX
#41544A
RGB
65, 84, 74
HSL
148°, 13%, 29%
HSV
148°, 23%, 33%
CMYK
23%, 0%, 12%, 67%
Name Match
Dark Slate Gray
Closest Standard

Shades of #41544A (Darker Variations)

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

Tints of #41544A (Lighter Variations)

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

Tones of #41544A (Muted Variations)

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

Color Harmonies for #41544A

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

Developer Code Snippets & Tailwind CSS

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

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