#778899
lightslategray
#778899 is a blue colour. In RGB it is 119 red, 136 green and 153 blue, which converts to a hue of 210 degrees, 14% saturation and 53% lightness. It is one of the named CSS colours, written as lightslategray in stylesheets.
Color values
| HEX | #778899 |
|---|---|
| RGB | rgb(119, 136, 153) |
| HSL | hsl(210, 14%, 53%) |
| HSV | hsv(210, 22%, 60%) |
| CMYK | cmyk(22%, 11%, 0%, 40%) |
Contrast and accessibility
Against white the contrast ratio is 3.64:1, and against black it is 5.77: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 | 3.64:1 | Fail | AA |
| Black | 5.77:1 | AA | AAA |
Tints and shades
Lighter tints move #778899 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #778899; |
|---|---|
| CSS rgb() | color: rgb(119 136 153); |
| Tailwind | bg-[#778899] |
| SwiftUI | Color(red: 0.467, green: 0.533, blue: 0.600) |
| Android | Color.parseColor("#778899") |