Taupe (Brown)
#48453D
RGB: 72, 69, 61
Color OverviewHEX #48453D

#48453D Color Code Information

In the RGB color space, #48453D is composed of 28% red, 27% green, and 24% blue. In the HSL color space, it has a hue of 44°, saturation of 8%, and lightness of 26%.

HEX
#48453D
RGB
72, 69, 61
HSL
44°, 8%, 26%
HSV
44°, 15%, 28%
CMYK
0%, 4%, 15%, 72%
Name Match
Taupe
Closest Standard

Shades of #48453D (Darker Variations)

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

Tints of #48453D (Lighter Variations)

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

Tones of #48453D (Muted Variations)

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

Color Harmonies for #48453D

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

Developer Code Snippets & Tailwind CSS

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

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