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