Indigo (Purple)
#50024E
RGB: 80, 2, 78
Color OverviewHEX #50024E
#50024E Color Code Information
In the RGB color space, #50024E is composed of 31% red, 1% green, and 31% blue. In the HSL color space, it has a hue of 302°, saturation of 95%, and lightness of 16%.
HEX
#50024E
RGB
80, 2, 78
HSL
302°, 95%, 16%
HSV
302°, 98%, 31%
CMYK
0%, 98%, 2%, 69%
Name Match
Indigo
Closest StandardShades of #50024E (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #50024E (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #50024E (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #50024E
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 #50024E Background
Contrast Ratio against Pure White (#FFFFFF):14.39 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #50024E Background
Contrast Ratio against Pure Black (#000000):1.46 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #50024E;
}
.element {
color: #50024E;
background-color: #50024E;
border-color: #50024E;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#50024E] text-[#50024E] border-[#50024E]"> Content styled with #50024E </div>