Taupe (Brown)
#424446
RGB: 66, 68, 70
Color OverviewHEX #424446

#424446 Color Code Information

In the RGB color space, #424446 is composed of 26% red, 27% green, and 27% blue. In the HSL color space, it has a hue of 210°, saturation of 3%, and lightness of 27%.

HEX
#424446
RGB
66, 68, 70
HSL
210°, 3%, 27%
HSV
210°, 6%, 27%
CMYK
6%, 3%, 0%, 73%
Name Match
Taupe
Closest Standard

Shades of #424446 (Darker Variations)

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

Tints of #424446 (Lighter Variations)

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

Tones of #424446 (Muted Variations)

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

Color Harmonies for #424446

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

Developer Code Snippets & Tailwind CSS

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

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