Light Gray (Neutral)
#C5CACE
RGB: 197, 202, 206
Color OverviewHEX #C5CACE

#C5CACE Color Code Information

In the RGB color space, #C5CACE is composed of 77% red, 79% green, and 81% blue. In the HSL color space, it has a hue of 207°, saturation of 8%, and lightness of 79%.

HEX
#C5CACE
RGB
197, 202, 206
HSL
207°, 8%, 79%
HSV
207°, 4%, 81%
CMYK
4%, 2%, 0%, 19%
Name Match
Light Gray
Closest Standard

Shades of #C5CACE (Darker Variations)

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

Tints of #C5CACE (Lighter Variations)

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

Tones of #C5CACE (Muted Variations)

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

Color Harmonies for #C5CACE

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

Developer Code Snippets & Tailwind CSS

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

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