Midnight Blue (Blue)
#371358
RGB: 55, 19, 88
Color OverviewHEX #371358

#371358 Color Code Information

In the RGB color space, #371358 is composed of 22% red, 7% green, and 35% blue. In the HSL color space, it has a hue of 271°, saturation of 64%, and lightness of 21%.

HEX
#371358
RGB
55, 19, 88
HSL
271°, 64%, 21%
HSV
271°, 78%, 35%
CMYK
37%, 78%, 0%, 65%
Name Match
Midnight Blue
Closest Standard

Shades of #371358 (Darker Variations)

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

Tints of #371358 (Lighter Variations)

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

Tones of #371358 (Muted Variations)

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

Color Harmonies for #371358

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

Developer Code Snippets & Tailwind CSS

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

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