Silver (Neutral)
#D0CFB4
RGB: 208, 207, 180
Color OverviewHEX #D0CFB4
#D0CFB4 Color Code Information
In the RGB color space, #D0CFB4 is composed of 82% red, 81% green, and 71% blue. In the HSL color space, it has a hue of 58°, saturation of 23%, and lightness of 76%.
HEX
#D0CFB4
RGB
208, 207, 180
HSL
58°, 23%, 76%
HSV
58°, 13%, 82%
CMYK
0%, 0%, 13%, 18%
Name Match
Silver
Closest StandardShades of #D0CFB4 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #D0CFB4 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #D0CFB4 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #D0CFB4
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #D0CFB4 Background
Contrast Ratio against Pure White (#FFFFFF):1.58 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #D0CFB4 Background
Contrast Ratio against Pure Black (#000000):13.27 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #D0CFB4;
}
.element {
color: #D0CFB4;
background-color: #D0CFB4;
border-color: #D0CFB4;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#D0CFB4] text-[#D0CFB4] border-[#D0CFB4]"> Content styled with #D0CFB4 </div>