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