Peru (Brown)
#CE764B
RGB: 206, 118, 75
Color OverviewHEX #CE764B
#CE764B Color Code Information
In the RGB color space, #CE764B is composed of 81% red, 46% green, and 29% blue. In the HSL color space, it has a hue of 20°, saturation of 57%, and lightness of 55%.
HEX
#CE764B
RGB
206, 118, 75
HSL
20°, 57%, 55%
HSV
20°, 64%, 81%
CMYK
0%, 43%, 64%, 19%
Name Match
Peru
Closest StandardShades of #CE764B (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #CE764B (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #CE764B (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #CE764B
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #CE764B Background
Contrast Ratio against Pure White (#FFFFFF):3.32 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #CE764B Background
Contrast Ratio against Pure Black (#000000):6.32 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #CE764B;
}
.element {
color: #CE764B;
background-color: #CE764B;
border-color: #CE764B;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#CE764B] text-[#CE764B] border-[#CE764B]"> Content styled with #CE764B </div>