Taupe (Brown)
#45433B
RGB: 69, 67, 59
Color OverviewHEX #45433B

#45433B Color Code Information

In the RGB color space, #45433B is composed of 27% red, 26% green, and 23% blue. In the HSL color space, it has a hue of 48°, saturation of 8%, and lightness of 25%.

HEX
#45433B
RGB
69, 67, 59
HSL
48°, 8%, 25%
HSV
48°, 14%, 27%
CMYK
0%, 3%, 14%, 73%
Name Match
Taupe
Closest Standard

Shades of #45433B (Darker Variations)

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

Tints of #45433B (Lighter Variations)

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

Tones of #45433B (Muted Variations)

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

Color Harmonies for #45433B

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

Developer Code Snippets & Tailwind CSS

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

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