Dark Slate Blue (Blue)
#5C326F
RGB: 92, 50, 111
Color OverviewHEX #5C326F
#5C326F Color Code Information
In the RGB color space, #5C326F is composed of 36% red, 20% green, and 44% blue. In the HSL color space, it has a hue of 281°, saturation of 38%, and lightness of 32%.
HEX
#5C326F
RGB
92, 50, 111
HSL
281°, 38%, 32%
HSV
281°, 55%, 44%
CMYK
17%, 55%, 0%, 56%
Name Match
Dark Slate Blue
Closest StandardShades of #5C326F (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #5C326F (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #5C326F (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #5C326F
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 #5C326F Background
Contrast Ratio against Pure White (#FFFFFF):9.81 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #5C326F Background
Contrast Ratio against Pure Black (#000000):2.14 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #5C326F;
}
.element {
color: #5C326F;
background-color: #5C326F;
border-color: #5C326F;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#5C326F] text-[#5C326F] border-[#5C326F]"> Content styled with #5C326F </div>