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