Peru (Brown)
#D27D4C
RGB: 210, 125, 76
Color OverviewHEX #D27D4C

#D27D4C Color Code Information

In the RGB color space, #D27D4C is composed of 82% red, 49% green, and 30% blue. In the HSL color space, it has a hue of 22°, saturation of 60%, and lightness of 56%.

HEX
#D27D4C
RGB
210, 125, 76
HSL
22°, 60%, 56%
HSV
22°, 64%, 82%
CMYK
0%, 40%, 64%, 18%
Name Match
Peru
Closest Standard

Shades of #D27D4C (Darker Variations)

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

Tints of #D27D4C (Lighter Variations)

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

Tones of #D27D4C (Muted Variations)

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

Color Harmonies for #D27D4C

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

Developer Code Snippets & Tailwind CSS

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

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