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