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