Midnight Blue (Blue)
#282373
RGB: 40, 35, 115
Color OverviewHEX #282373

#282373 Color Code Information

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

HEX
#282373
RGB
40, 35, 115
HSL
244°, 53%, 29%
HSV
244°, 70%, 45%
CMYK
65%, 70%, 0%, 55%
Name Match
Midnight Blue
Closest Standard

Shades of #282373 (Darker Variations)

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

Tints of #282373 (Lighter Variations)

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

Tones of #282373 (Muted Variations)

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

Color Harmonies for #282373

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

Developer Code Snippets & Tailwind CSS

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

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