Dark Slate Gray (Neutral)
#39464E
RGB: 57, 70, 78
Color OverviewHEX #39464E

#39464E Color Code Information

In the RGB color space, #39464E is composed of 22% red, 27% green, and 31% blue. In the HSL color space, it has a hue of 203°, saturation of 16%, and lightness of 26%.

HEX
#39464E
RGB
57, 70, 78
HSL
203°, 16%, 26%
HSV
203°, 27%, 31%
CMYK
27%, 10%, 0%, 69%
Name Match
Dark Slate Gray
Closest Standard

Shades of #39464E (Darker Variations)

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

Tints of #39464E (Lighter Variations)

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

Tones of #39464E (Muted Variations)

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

Color Harmonies for #39464E

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

Developer Code Snippets & Tailwind CSS

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

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