Peru (Brown)
#D49358
RGB: 212, 147, 88
Color OverviewHEX #D49358

#D49358 Color Code Information

In the RGB color space, #D49358 is composed of 83% red, 58% green, and 35% blue. In the HSL color space, it has a hue of 29°, saturation of 59%, and lightness of 59%.

HEX
#D49358
RGB
212, 147, 88
HSL
29°, 59%, 59%
HSV
29°, 58%, 83%
CMYK
0%, 31%, 58%, 17%
Name Match
Peru
Closest Standard

Shades of #D49358 (Darker Variations)

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

Tints of #D49358 (Lighter Variations)

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

Tones of #D49358 (Muted Variations)

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

Color Harmonies for #D49358

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

Developer Code Snippets & Tailwind CSS

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

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