Slate Blue (Blue)
#5846CB
RGB: 88, 70, 203
Color OverviewHEX #5846CB

#5846CB Color Code Information

In the RGB color space, #5846CB is composed of 35% red, 27% green, and 80% blue. In the HSL color space, it has a hue of 248°, saturation of 56%, and lightness of 54%.

HEX
#5846CB
RGB
88, 70, 203
HSL
248°, 56%, 54%
HSV
248°, 66%, 80%
CMYK
57%, 66%, 0%, 20%
Name Match
Slate Blue
Closest Standard

Shades of #5846CB (Darker Variations)

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

Tints of #5846CB (Lighter Variations)

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

Tones of #5846CB (Muted Variations)

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

Color Harmonies for #5846CB

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 #5846CB Background
Contrast Ratio against Pure White (#FFFFFF):6.66 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #5846CB Background
Contrast Ratio against Pure Black (#000000):3.15 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #5846CB;
}

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