Midnight Blue (Blue)
#240854
RGB: 36, 8, 84
Color OverviewHEX #240854

#240854 Color Code Information

In the RGB color space, #240854 is composed of 14% red, 3% green, and 33% blue. In the HSL color space, it has a hue of 262°, saturation of 83%, and lightness of 18%.

HEX
#240854
RGB
36, 8, 84
HSL
262°, 83%, 18%
HSV
262°, 90%, 33%
CMYK
57%, 90%, 0%, 67%
Name Match
Midnight Blue
Closest Standard

Shades of #240854 (Darker Variations)

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

Tints of #240854 (Lighter Variations)

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

Tones of #240854 (Muted Variations)

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

Color Harmonies for #240854

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

Developer Code Snippets & Tailwind CSS

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

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