Silver (Neutral)
#CBBAC4
RGB: 203, 186, 196
Color OverviewHEX #CBBAC4

#CBBAC4 Color Code Information

In the RGB color space, #CBBAC4 is composed of 80% red, 73% green, and 77% blue. In the HSL color space, it has a hue of 325°, saturation of 14%, and lightness of 76%.

HEX
#CBBAC4
RGB
203, 186, 196
HSL
325°, 14%, 76%
HSV
325°, 8%, 80%
CMYK
0%, 8%, 3%, 20%
Name Match
Silver
Closest Standard

Shades of #CBBAC4 (Darker Variations)

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

Tints of #CBBAC4 (Lighter Variations)

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

Tones of #CBBAC4 (Muted Variations)

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

Color Harmonies for #CBBAC4

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

Developer Code Snippets & Tailwind CSS

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

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