Silver (Neutral)
#D0BFB1
RGB: 208, 191, 177
Color OverviewHEX #D0BFB1

#D0BFB1 Color Code Information

In the RGB color space, #D0BFB1 is composed of 82% red, 75% green, and 69% blue. In the HSL color space, it has a hue of 27°, saturation of 25%, and lightness of 75%.

HEX
#D0BFB1
RGB
208, 191, 177
HSL
27°, 25%, 75%
HSV
27°, 15%, 82%
CMYK
0%, 8%, 15%, 18%
Name Match
Silver
Closest Standard

Shades of #D0BFB1 (Darker Variations)

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

Tints of #D0BFB1 (Lighter Variations)

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

Tones of #D0BFB1 (Muted Variations)

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

Color Harmonies for #D0BFB1

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

Developer Code Snippets & Tailwind CSS

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

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