Silver (Neutral)
#CBCABC
RGB: 203, 202, 188
Color OverviewHEX #CBCABC

#CBCABC Color Code Information

In the RGB color space, #CBCABC is composed of 80% red, 79% green, and 74% blue. In the HSL color space, it has a hue of 56°, saturation of 13%, and lightness of 77%.

HEX
#CBCABC
RGB
203, 202, 188
HSL
56°, 13%, 77%
HSV
56°, 7%, 80%
CMYK
0%, 0%, 7%, 20%
Name Match
Silver
Closest Standard

Shades of #CBCABC (Darker Variations)

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

Tints of #CBCABC (Lighter Variations)

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

Tones of #CBCABC (Muted Variations)

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

Color Harmonies for #CBCABC

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

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