Midnight Blue (Blue)
#23084C
RGB: 35, 8, 76
Color OverviewHEX #23084C

#23084C Color Code Information

In the RGB color space, #23084C is composed of 14% red, 3% green, and 30% blue. In the HSL color space, it has a hue of 264°, saturation of 81%, and lightness of 16%.

HEX
#23084C
RGB
35, 8, 76
HSL
264°, 81%, 16%
HSV
264°, 89%, 30%
CMYK
54%, 89%, 0%, 70%
Name Match
Midnight Blue
Closest Standard

Shades of #23084C (Darker Variations)

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

Tints of #23084C (Lighter Variations)

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

Tones of #23084C (Muted Variations)

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

Color Harmonies for #23084C

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

Developer Code Snippets & Tailwind CSS

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

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