Dark Slate Blue (Blue)
#65316D
RGB: 101, 49, 109
Color OverviewHEX #65316D

#65316D Color Code Information

In the RGB color space, #65316D is composed of 40% red, 19% green, and 43% blue. In the HSL color space, it has a hue of 292°, saturation of 38%, and lightness of 31%.

HEX
#65316D
RGB
101, 49, 109
HSL
292°, 38%, 31%
HSV
292°, 55%, 43%
CMYK
7%, 55%, 0%, 57%
Name Match
Dark Slate Blue
Closest Standard

Shades of #65316D (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #65316D (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #65316D (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #65316D

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #65316D Background
Contrast Ratio against Pure White (#FFFFFF):9.49 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #65316D Background
Contrast Ratio against Pure Black (#000000):2.21 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #65316D;
}

.element {
  color: #65316D;
  background-color: #65316D;
  border-color: #65316D;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#65316D] text-[#65316D] border-[#65316D]">
  Content styled with #65316D
</div>