Midnight Blue (Blue)
#320B74
RGB: 50, 11, 116
Color OverviewHEX #320B74

#320B74 Color Code Information

In the RGB color space, #320B74 is composed of 20% red, 4% green, and 45% blue. In the HSL color space, it has a hue of 262°, saturation of 83%, and lightness of 25%.

HEX
#320B74
RGB
50, 11, 116
HSL
262°, 83%, 25%
HSV
262°, 91%, 45%
CMYK
57%, 91%, 0%, 55%
Name Match
Midnight Blue
Closest Standard

Shades of #320B74 (Darker Variations)

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

Tints of #320B74 (Lighter Variations)

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

Tones of #320B74 (Muted Variations)

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

Color Harmonies for #320B74

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

Developer Code Snippets & Tailwind CSS

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

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