#546E7A
Material bluegrey 600
#546E7A is a cyan colour. In RGB it is 84 red, 110 green and 122 blue, which converts to a hue of 199 degrees, 18% saturation and 40% lightness. It is Material bluegrey 600 in that design system's palette.
Color values
| HEX | #546E7A |
|---|---|
| RGB | rgb(84, 110, 122) |
| HSL | hsl(199, 18%, 40%) |
| HSV | hsv(199, 31%, 48%) |
| CMYK | cmyk(31%, 10%, 0%, 52%) |
Contrast and accessibility
Against white the contrast ratio is 5.4:1, and against black it is 3.89: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 | 5.4:1 | AA | AAA |
| Black | 3.89:1 | Fail | AA |
Tints and shades
Lighter tints move #546E7A toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #546E7A; |
|---|---|
| CSS rgb() | color: rgb(84 110 122); |
| Tailwind | bg-[#546e7a] |
| SwiftUI | Color(red: 0.329, green: 0.431, blue: 0.478) |
| Android | Color.parseColor("#546E7A") |
Closest named color
The nearest CSS colour keyword to #546E7A is dimgray (#696969).