Silver (Neutral)
#CBB4BA
RGB: 203, 180, 186
Color OverviewHEX #CBB4BA

#CBB4BA Color Code Information

In the RGB color space, #CBB4BA is composed of 80% red, 71% green, and 73% blue. In the HSL color space, it has a hue of 344°, saturation of 18%, and lightness of 75%.

HEX
#CBB4BA
RGB
203, 180, 186
HSL
344°, 18%, 75%
HSV
344°, 11%, 80%
CMYK
0%, 11%, 8%, 20%
Name Match
Silver
Closest Standard

Shades of #CBB4BA (Darker Variations)

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

Tints of #CBB4BA (Lighter Variations)

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

Tones of #CBB4BA (Muted Variations)

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

Color Harmonies for #CBB4BA

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

Developer Code Snippets & Tailwind CSS

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

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