#708090
slategray
#708090 is a blue colour. In RGB it is 112 red, 128 green and 144 blue, which converts to a hue of 210 degrees, 13% saturation and 50% lightness. It is one of the named CSS colours, written as slategray in stylesheets.
Color values
| HEX | #708090 |
|---|---|
| RGB | rgb(112, 128, 144) |
| HSL | hsl(210, 13%, 50%) |
| HSV | hsv(210, 22%, 56%) |
| CMYK | cmyk(22%, 11%, 0%, 44%) |
Contrast and accessibility
Against white the contrast ratio is 4.05:1, and against black it is 5.18:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 4.05:1 | Fail | AA |
| Black | 5.18:1 | AA | AAA |
Tints and shades
Lighter tints move #708090 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #708090; |
|---|---|
| CSS rgb() | color: rgb(112 128 144); |
| Tailwind | bg-[#708090] |
| SwiftUI | Color(red: 0.439, green: 0.502, blue: 0.565) |
| Android | Color.parseColor("#708090") |