Silver (Neutral)
#CDCDB7
RGB: 205, 205, 183
Color OverviewHEX #CDCDB7

#CDCDB7 Color Code Information

In the RGB color space, #CDCDB7 is composed of 80% red, 80% green, and 72% blue. In the HSL color space, it has a hue of 60°, saturation of 18%, and lightness of 76%.

HEX
#CDCDB7
RGB
205, 205, 183
HSL
60°, 18%, 76%
HSV
60°, 11%, 80%
CMYK
0%, 0%, 11%, 20%
Name Match
Silver
Closest Standard

Shades of #CDCDB7 (Darker Variations)

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

Tints of #CDCDB7 (Lighter Variations)

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

Tones of #CDCDB7 (Muted Variations)

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

Color Harmonies for #CDCDB7

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

Developer Code Snippets & Tailwind CSS

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

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