Dark Slate Gray (Neutral)
#47454E
RGB: 71, 69, 78
Color OverviewHEX #47454E

#47454E Color Code Information

In the RGB color space, #47454E is composed of 28% red, 27% green, and 31% blue. In the HSL color space, it has a hue of 253°, saturation of 6%, and lightness of 29%.

HEX
#47454E
RGB
71, 69, 78
HSL
253°, 6%, 29%
HSV
253°, 12%, 31%
CMYK
9%, 12%, 0%, 69%
Name Match
Dark Slate Gray
Closest Standard

Shades of #47454E (Darker Variations)

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

Tints of #47454E (Lighter Variations)

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

Tones of #47454E (Muted Variations)

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

Color Harmonies for #47454E

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

Developer Code Snippets & Tailwind CSS

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

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