#9FA8DA
Material indigo 200
#9FA8DA is a blue colour. In RGB it is 159 red, 168 green and 218 blue, which converts to a hue of 231 degrees, 44% saturation and 74% lightness. It is Material indigo 200 in that design system's palette.
Color values
| HEX | #9FA8DA |
|---|---|
| RGB | rgb(159, 168, 218) |
| HSL | hsl(231, 44%, 74%) |
| HSV | hsv(231, 27%, 85%) |
| CMYK | cmyk(27%, 23%, 0%, 15%) |
Contrast and accessibility
Against white the contrast ratio is 2.31:1, and against black it is 9.09: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 | 2.31:1 | Fail | Fail |
| Black | 9.09:1 | AAA | AAA |
Tints and shades
Lighter tints move #9FA8DA toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #9FA8DA; |
|---|---|
| CSS rgb() | color: rgb(159 168 218); |
| Tailwind | bg-[#9fa8da] |
| SwiftUI | Color(red: 0.624, green: 0.659, blue: 0.855) |
| Android | Color.parseColor("#9FA8DA") |
Closest named color
The nearest CSS colour keyword to #9FA8DA is lightsteelblue (#B0C4DE).