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