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