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