Silver (Neutral)
#D0CEBC
RGB: 208, 206, 188
Color OverviewHEX #D0CEBC

#D0CEBC Color Code Information

In the RGB color space, #D0CEBC is composed of 82% red, 81% green, and 74% blue. In the HSL color space, it has a hue of 54°, saturation of 18%, and lightness of 78%.

HEX
#D0CEBC
RGB
208, 206, 188
HSL
54°, 18%, 78%
HSV
54°, 10%, 82%
CMYK
0%, 1%, 10%, 18%
Name Match
Silver
Closest Standard

Shades of #D0CEBC (Darker Variations)

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

Tints of #D0CEBC (Lighter Variations)

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

Tones of #D0CEBC (Muted Variations)

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

Color Harmonies for #D0CEBC

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

Developer Code Snippets & Tailwind CSS

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

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