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