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