#607D8B
Material bluegrey 500
#607D8B is a blue colour. In RGB it is 96 red, 125 green and 139 blue, which converts to a hue of 200 degrees, 18% saturation and 46% lightness. It is Material bluegrey 500 in that design system's palette.
Color values
| HEX | #607D8B |
|---|---|
| RGB | rgb(96, 125, 139) |
| HSL | hsl(200, 18%, 46%) |
| HSV | hsv(200, 31%, 55%) |
| CMYK | cmyk(31%, 10%, 0%, 45%) |
Contrast and accessibility
Against white the contrast ratio is 4.37:1, and against black it is 4.8: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.37:1 | Fail | AA |
| Black | 4.8:1 | AA | AAA |
Tints and shades
Lighter tints move #607D8B toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #607D8B; |
|---|---|
| CSS rgb() | color: rgb(96 125 139); |
| Tailwind | bg-[#607d8b] |
| SwiftUI | Color(red: 0.376, green: 0.490, blue: 0.545) |
| Android | Color.parseColor("#607D8B") |
Closest named color
The nearest CSS colour keyword to #607D8B is slategray (#708090).