Midnight Blue (Blue)
#34235C
RGB: 52, 35, 92
Color OverviewHEX #34235C

#34235C Color Code Information

In the RGB color space, #34235C is composed of 20% red, 14% green, and 36% blue. In the HSL color space, it has a hue of 258°, saturation of 45%, and lightness of 25%.

HEX
#34235C
RGB
52, 35, 92
HSL
258°, 45%, 25%
HSV
258°, 62%, 36%
CMYK
43%, 62%, 0%, 64%
Name Match
Midnight Blue
Closest Standard

Shades of #34235C (Darker Variations)

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

Tints of #34235C (Lighter Variations)

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

Tones of #34235C (Muted Variations)

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

Color Harmonies for #34235C

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

Developer Code Snippets & Tailwind CSS

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

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