Peru (Brown)
#CA7E4E
RGB: 202, 126, 78
Color OverviewHEX #CA7E4E

#CA7E4E Color Code Information

In the RGB color space, #CA7E4E is composed of 79% red, 49% green, and 31% blue. In the HSL color space, it has a hue of 23°, saturation of 54%, and lightness of 55%.

HEX
#CA7E4E
RGB
202, 126, 78
HSL
23°, 54%, 55%
HSV
23°, 61%, 79%
CMYK
0%, 38%, 61%, 21%
Name Match
Peru
Closest Standard

Shades of #CA7E4E (Darker Variations)

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

Tints of #CA7E4E (Lighter Variations)

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

Tones of #CA7E4E (Muted Variations)

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

Color Harmonies for #CA7E4E

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

Developer Code Snippets & Tailwind CSS

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

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