Dark Slate Blue (Blue)
#315081
RGB: 49, 80, 129
Color OverviewHEX #315081

#315081 Color Code Information

In the RGB color space, #315081 is composed of 19% red, 31% green, and 51% blue. In the HSL color space, it has a hue of 217°, saturation of 45%, and lightness of 35%.

HEX
#315081
RGB
49, 80, 129
HSL
217°, 45%, 35%
HSV
217°, 62%, 51%
CMYK
62%, 38%, 0%, 49%
Name Match
Dark Slate Blue
Closest Standard

Shades of #315081 (Darker Variations)

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

Tints of #315081 (Lighter Variations)

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

Tones of #315081 (Muted Variations)

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

Color Harmonies for #315081

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

Developer Code Snippets & Tailwind CSS

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

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