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