Midnight Blue (Blue)
#272398
RGB: 39, 35, 152
Color OverviewHEX #272398

#272398 Color Code Information

In the RGB color space, #272398 is composed of 15% red, 14% green, and 60% blue. In the HSL color space, it has a hue of 242°, saturation of 63%, and lightness of 37%.

HEX
#272398
RGB
39, 35, 152
HSL
242°, 63%, 37%
HSV
242°, 77%, 60%
CMYK
74%, 77%, 0%, 40%
Name Match
Midnight Blue
Closest Standard

Shades of #272398 (Darker Variations)

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

Tints of #272398 (Lighter Variations)

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

Tones of #272398 (Muted Variations)

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

Color Harmonies for #272398

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

Developer Code Snippets & Tailwind CSS

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

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