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