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