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