Slate Blue (Blue)
#7973DE
RGB: 121, 115, 222
Color OverviewHEX #7973DE
#7973DE Color Code Information
In the RGB color space, #7973DE is composed of 47% red, 45% green, and 87% blue. In the HSL color space, it has a hue of 243°, saturation of 62%, and lightness of 66%.
HEX
#7973DE
RGB
121, 115, 222
HSL
243°, 62%, 66%
HSV
243°, 48%, 87%
CMYK
45%, 48%, 0%, 13%
Name Match
Slate Blue
Closest StandardShades of #7973DE (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #7973DE (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #7973DE (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #7973DE
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 #7973DE Background
Contrast Ratio against Pure White (#FFFFFF):3.95 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #7973DE Background
Contrast Ratio against Pure Black (#000000):5.32 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #7973DE;
}
.element {
color: #7973DE;
background-color: #7973DE;
border-color: #7973DE;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#7973DE] text-[#7973DE] border-[#7973DE]"> Content styled with #7973DE </div>