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