Peru (Brown)
#CD9434
RGB: 205, 148, 52
Color OverviewHEX #CD9434

#CD9434 Color Code Information

In the RGB color space, #CD9434 is composed of 80% red, 58% green, and 20% blue. In the HSL color space, it has a hue of 38°, saturation of 60%, and lightness of 50%.

HEX
#CD9434
RGB
205, 148, 52
HSL
38°, 60%, 50%
HSV
38°, 75%, 80%
CMYK
0%, 28%, 75%, 20%
Name Match
Peru
Closest Standard

Shades of #CD9434 (Darker Variations)

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

Tints of #CD9434 (Lighter Variations)

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

Tones of #CD9434 (Muted Variations)

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

Color Harmonies for #CD9434

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

Developer Code Snippets & Tailwind CSS

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

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