Dim Gray (Neutral)
#79487C
RGB: 121, 72, 124
Color OverviewHEX #79487C
#79487C Color Code Information
In the RGB color space, #79487C is composed of 47% red, 28% green, and 49% blue. In the HSL color space, it has a hue of 297°, saturation of 27%, and lightness of 38%.
HEX
#79487C
RGB
121, 72, 124
HSL
297°, 27%, 38%
HSV
297°, 42%, 49%
CMYK
2%, 42%, 0%, 51%
Name Match
Dim Gray
Closest StandardShades of #79487C (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #79487C (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #79487C (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #79487C
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 #79487C Background
Contrast Ratio against Pure White (#FFFFFF):6.93 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #79487C Background
Contrast Ratio against Pure Black (#000000):3.03 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #79487C;
}
.element {
color: #79487C;
background-color: #79487C;
border-color: #79487C;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#79487C] text-[#79487C] border-[#79487C]"> Content styled with #79487C </div>