Dark Slate Gray (Neutral)
#406458
RGB: 64, 100, 88
Color OverviewHEX #406458

#406458 Color Code Information

In the RGB color space, #406458 is composed of 25% red, 39% green, and 35% blue. In the HSL color space, it has a hue of 160°, saturation of 22%, and lightness of 32%.

HEX
#406458
RGB
64, 100, 88
HSL
160°, 22%, 32%
HSV
160°, 36%, 39%
CMYK
36%, 0%, 12%, 61%
Name Match
Dark Slate Gray
Closest Standard

Shades of #406458 (Darker Variations)

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

Tints of #406458 (Lighter Variations)

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

Tones of #406458 (Muted Variations)

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

Color Harmonies for #406458

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

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