Indian Red (Red)
#C08068
RGB: 192, 128, 104
Color OverviewHEX #C08068

#C08068 Color Code Information

In the RGB color space, #C08068 is composed of 75% red, 50% green, and 41% blue. In the HSL color space, it has a hue of 16°, saturation of 41%, and lightness of 58%.

HEX
#C08068
RGB
192, 128, 104
HSL
16°, 41%, 58%
HSV
16°, 46%, 75%
CMYK
0%, 33%, 46%, 25%
Name Match
Indian Red
Closest Standard

Shades of #C08068 (Darker Variations)

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

Tints of #C08068 (Lighter Variations)

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

Tones of #C08068 (Muted Variations)

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

Color Harmonies for #C08068

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

Developer Code Snippets & Tailwind CSS

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

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