Taupe (Brown)
#444149
RGB: 68, 65, 73
Color OverviewHEX #444149

#444149 Color Code Information

In the RGB color space, #444149 is composed of 27% red, 25% green, and 29% blue. In the HSL color space, it has a hue of 263°, saturation of 6%, and lightness of 27%.

HEX
#444149
RGB
68, 65, 73
HSL
263°, 6%, 27%
HSV
263°, 11%, 29%
CMYK
7%, 11%, 0%, 71%
Name Match
Taupe
Closest Standard

Shades of #444149 (Darker Variations)

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

Tints of #444149 (Lighter Variations)

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

Tones of #444149 (Muted Variations)

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

Color Harmonies for #444149

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

Developer Code Snippets & Tailwind CSS

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

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