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