Midnight Blue (Blue)
#233173
RGB: 35, 49, 115
Color OverviewHEX #233173

#233173 Color Code Information

In the RGB color space, #233173 is composed of 14% red, 19% green, and 45% blue. In the HSL color space, it has a hue of 230°, saturation of 53%, and lightness of 29%.

HEX
#233173
RGB
35, 49, 115
HSL
230°, 53%, 29%
HSV
230°, 70%, 45%
CMYK
70%, 57%, 0%, 55%
Name Match
Midnight Blue
Closest Standard

Shades of #233173 (Darker Variations)

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

Tints of #233173 (Lighter Variations)

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

Tones of #233173 (Muted Variations)

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

Color Harmonies for #233173

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

Developer Code Snippets & Tailwind CSS

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

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