Light Gray (Neutral)
#CBD5C8
RGB: 203, 213, 200
Color OverviewHEX #CBD5C8

#CBD5C8 Color Code Information

In the RGB color space, #CBD5C8 is composed of 80% red, 84% green, and 78% blue. In the HSL color space, it has a hue of 106°, saturation of 13%, and lightness of 81%.

HEX
#CBD5C8
RGB
203, 213, 200
HSL
106°, 13%, 81%
HSV
106°, 6%, 84%
CMYK
5%, 0%, 6%, 16%
Name Match
Light Gray
Closest Standard

Shades of #CBD5C8 (Darker Variations)

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

Tints of #CBD5C8 (Lighter Variations)

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

Tones of #CBD5C8 (Muted Variations)

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

Color Harmonies for #CBD5C8

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

Developer Code Snippets & Tailwind CSS

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

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