Light Gray (Neutral)
#C5CCCE
RGB: 197, 204, 206
Color OverviewHEX #C5CCCE

#C5CCCE Color Code Information

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

HEX
#C5CCCE
RGB
197, 204, 206
HSL
193°, 8%, 79%
HSV
193°, 4%, 81%
CMYK
4%, 1%, 0%, 19%
Name Match
Light Gray
Closest Standard

Shades of #C5CCCE (Darker Variations)

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

Tints of #C5CCCE (Lighter Variations)

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

Tones of #C5CCCE (Muted Variations)

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

Color Harmonies for #C5CCCE

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

Developer Code Snippets & Tailwind CSS

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

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