Light Gray (Neutral)
#C5CBD4
RGB: 197, 203, 212
Color OverviewHEX #C5CBD4

#C5CBD4 Color Code Information

In the RGB color space, #C5CBD4 is composed of 77% red, 80% green, and 83% blue. In the HSL color space, it has a hue of 216°, saturation of 15%, and lightness of 80%.

HEX
#C5CBD4
RGB
197, 203, 212
HSL
216°, 15%, 80%
HSV
216°, 7%, 83%
CMYK
7%, 4%, 0%, 17%
Name Match
Light Gray
Closest Standard

Shades of #C5CBD4 (Darker Variations)

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

Tints of #C5CBD4 (Lighter Variations)

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

Tones of #C5CBD4 (Muted Variations)

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

Color Harmonies for #C5CBD4

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

Developer Code Snippets & Tailwind CSS

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

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