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