Midnight Blue (Blue)
#290960
RGB: 41, 9, 96
Color OverviewHEX #290960
#290960 Color Code Information
In the RGB color space, #290960 is composed of 16% red, 4% green, and 38% blue. In the HSL color space, it has a hue of 262°, saturation of 83%, and lightness of 21%.
HEX
#290960
RGB
41, 9, 96
HSL
262°, 83%, 21%
HSV
262°, 91%, 38%
CMYK
57%, 91%, 0%, 62%
Name Match
Midnight Blue
Closest StandardShades of #290960 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #290960 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #290960 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #290960
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #290960 Background
Contrast Ratio against Pure White (#FFFFFF):16.13 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #290960 Background
Contrast Ratio against Pure Black (#000000):1.3 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #290960;
}
.element {
color: #290960;
background-color: #290960;
border-color: #290960;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#290960] text-[#290960] border-[#290960]"> Content styled with #290960 </div>