Silver (Neutral)
#C9ADCD
RGB: 201, 173, 205
Color OverviewHEX #C9ADCD

#C9ADCD Color Code Information

In the RGB color space, #C9ADCD is composed of 79% red, 68% green, and 80% blue. In the HSL color space, it has a hue of 293°, saturation of 24%, and lightness of 74%.

HEX
#C9ADCD
RGB
201, 173, 205
HSL
293°, 24%, 74%
HSV
293°, 16%, 80%
CMYK
2%, 16%, 0%, 20%
Name Match
Silver
Closest Standard

Shades of #C9ADCD (Darker Variations)

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

Tints of #C9ADCD (Lighter Variations)

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

Tones of #C9ADCD (Muted Variations)

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

Color Harmonies for #C9ADCD

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

Developer Code Snippets & Tailwind CSS

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

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