Dark Slate Blue (Blue)
#50459D
RGB: 80, 69, 157
Color OverviewHEX #50459D

#50459D Color Code Information

In the RGB color space, #50459D is composed of 31% red, 27% green, and 62% blue. In the HSL color space, it has a hue of 248°, saturation of 39%, and lightness of 44%.

HEX
#50459D
RGB
80, 69, 157
HSL
248°, 39%, 44%
HSV
248°, 56%, 62%
CMYK
49%, 56%, 0%, 38%
Name Match
Dark Slate Blue
Closest Standard

Shades of #50459D (Darker Variations)

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

Tints of #50459D (Lighter Variations)

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

Tones of #50459D (Muted Variations)

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

Color Harmonies for #50459D

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 #50459D Background
Contrast Ratio against Pure White (#FFFFFF):7.84 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #50459D Background
Contrast Ratio against Pure Black (#000000):2.68 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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