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