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