#90A4AE
Material bluegrey 300
#90A4AE is a blue colour. In RGB it is 144 red, 164 green and 174 blue, which converts to a hue of 200 degrees, 16% saturation and 62% lightness. It is Material bluegrey 300 in that design system's palette.
Color values
| HEX | #90A4AE |
|---|---|
| RGB | rgb(144, 164, 174) |
| HSL | hsl(200, 16%, 62%) |
| HSV | hsv(200, 17%, 68%) |
| CMYK | cmyk(17%, 6%, 0%, 32%) |
Contrast and accessibility
Against white the contrast ratio is 2.59:1, and against black it is 8.11: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.59:1 | Fail | Fail |
| Black | 8.11:1 | AAA | AAA |
Tints and shades
Lighter tints move #90A4AE toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #90A4AE; |
|---|---|
| CSS rgb() | color: rgb(144 164 174); |
| Tailwind | bg-[#90a4ae] |
| SwiftUI | Color(red: 0.565, green: 0.643, blue: 0.682) |
| Android | Color.parseColor("#90A4AE") |
Closest named color
The nearest CSS colour keyword to #90A4AE is darkgray (#A9A9A9).