Dark Slate Gray (Neutral)
#404F44
RGB: 64, 79, 68
Color OverviewHEX #404F44
#404F44 Color Code Information
In the RGB color space, #404F44 is composed of 25% red, 31% green, and 27% blue. In the HSL color space, it has a hue of 136°, saturation of 10%, and lightness of 28%.
HEX
#404F44
RGB
64, 79, 68
HSL
136°, 10%, 28%
HSV
136°, 19%, 31%
CMYK
19%, 0%, 14%, 69%
Name Match
Dark Slate Gray
Closest StandardShades of #404F44 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #404F44 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #404F44 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #404F44
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #404F44 Background
Contrast Ratio against Pure White (#FFFFFF):8.68 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #404F44 Background
Contrast Ratio against Pure Black (#000000):2.42 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #404F44;
}
.element {
color: #404F44;
background-color: #404F44;
border-color: #404F44;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#404F44] text-[#404F44] border-[#404F44]"> Content styled with #404F44 </div>