Dark Slate Blue (Blue)
#462E7B
RGB: 70, 46, 123
Color OverviewHEX #462E7B

#462E7B Color Code Information

In the RGB color space, #462E7B is composed of 27% red, 18% green, and 48% blue. In the HSL color space, it has a hue of 259°, saturation of 46%, and lightness of 33%.

HEX
#462E7B
RGB
70, 46, 123
HSL
259°, 46%, 33%
HSV
259°, 63%, 48%
CMYK
43%, 63%, 0%, 52%
Name Match
Dark Slate Blue
Closest Standard

Shades of #462E7B (Darker Variations)

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

Tints of #462E7B (Lighter Variations)

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

Tones of #462E7B (Muted Variations)

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

Color Harmonies for #462E7B

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 #462E7B Background
Contrast Ratio against Pure White (#FFFFFF):10.84 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #462E7B Background
Contrast Ratio against Pure Black (#000000):1.94 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #462E7B;
}

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