Silver (Neutral)
#CBC4CD
RGB: 203, 196, 205
Color OverviewHEX #CBC4CD

#CBC4CD Color Code Information

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

HEX
#CBC4CD
RGB
203, 196, 205
HSL
287°, 8%, 79%
HSV
287°, 4%, 80%
CMYK
1%, 4%, 0%, 20%
Name Match
Silver
Closest Standard

Shades of #CBC4CD (Darker Variations)

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

Tints of #CBC4CD (Lighter Variations)

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

Tones of #CBC4CD (Muted Variations)

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

Color Harmonies for #CBC4CD

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

Developer Code Snippets & Tailwind CSS

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

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