Silver (Neutral)
#C8ACAE
RGB: 200, 172, 174
Color OverviewHEX #C8ACAE

#C8ACAE Color Code Information

In the RGB color space, #C8ACAE is composed of 78% red, 67% green, and 68% blue. In the HSL color space, it has a hue of 356°, saturation of 20%, and lightness of 73%.

HEX
#C8ACAE
RGB
200, 172, 174
HSL
356°, 20%, 73%
HSV
356°, 14%, 78%
CMYK
0%, 14%, 13%, 22%
Name Match
Silver
Closest Standard

Shades of #C8ACAE (Darker Variations)

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

Tints of #C8ACAE (Lighter Variations)

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

Tones of #C8ACAE (Muted Variations)

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

Color Harmonies for #C8ACAE

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

Developer Code Snippets & Tailwind CSS

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

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