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