Silver (Neutral)
#CBC1BA
RGB: 203, 193, 186
Color OverviewHEX #CBC1BA
#CBC1BA Color Code Information
In the RGB color space, #CBC1BA is composed of 80% red, 76% green, and 73% blue. In the HSL color space, it has a hue of 25°, saturation of 14%, and lightness of 76%.
HEX
#CBC1BA
RGB
203, 193, 186
HSL
25°, 14%, 76%
HSV
25°, 8%, 80%
CMYK
0%, 5%, 8%, 20%
Name Match
Silver
Closest StandardShades of #CBC1BA (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #CBC1BA (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #CBC1BA (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #CBC1BA
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 #CBC1BA Background
Contrast Ratio against Pure White (#FFFFFF):1.77 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #CBC1BA Background
Contrast Ratio against Pure Black (#000000):11.88 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #CBC1BA;
}
.element {
color: #CBC1BA;
background-color: #CBC1BA;
border-color: #CBC1BA;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#CBC1BA] text-[#CBC1BA] border-[#CBC1BA]"> Content styled with #CBC1BA </div>