SlateGray — Color Codes & Palette
Color Codes
| Format | Value | |
|---|---|---|
| HEX | #708090 | |
| RGB | rgb(112, 128, 144) | |
| HSL | hsl(210, 13%, 50%) |
Shades of SlateGray
| #647382 | #596673 | #4E5965 | #434D56 | #374048 | #2C333A | #21262B | #161A1D |
Tints of SlateGray
| #7D8C9B | #8C99A6 | #9AA6B1 | #A9B3BC | #B7BFC8 | #C5CCD3 | #D4D9DE | #E2E6E9 |
Color Pairings & Harmony
|
Complementary
#90806F
|
Analogous +30°
#6F6F90
|
Analogous −30°
#6F9090
|
Triadic +120°
#906F80
|
Triadic −120°
#80906F
|
Contrast & Accessibility (WCAG 2.1)
CSS Snippet
.element {
color: #708090;
}
.element-bg {
background-color: #708090;
color: #000000;
}
.element-border {
border: 2px solid #708090;
}
About SlateGray
SlateGray is a medium color with very low saturation (nearly achromatic), defined by the hex code #708090. Its exact color model values are rgb(112, 128, 144) in RGB and hsl(210, 13%, 50%) in HSL (hue 210°, saturation 13%, lightness 50%). On a white background the contrast ratio is 4.05:1 — AA pass for large text only, and on black it is 5.18:1 — AA pass for normal text. Use SlateGray for UI elements, backgrounds, text, borders, or decorative accents. The shades section below shows progressively darker variations, while the tints strip shows progressively lighter versions — both useful for building a tonal palette. The harmony swatches provide complementary, analogous, and triadic pairings based on the HSL hue wheel.
Want to explore this color interactively, generate palettes, or convert between color formats? The DevArbor Color Picker has you covered.
Open the Color Picker →