Greystone
#b7b9b5
Greystone, represented by the hex value #b7b9b5, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b7b9b5 | |
|---|---|---|
| RGB | rgb(183, 185, 181) | |
| HSL | hsl(90, 3%, 72%) | |
| CMYK | cmyk(1%, 0%, 2%, 27%) | |
| LAB | lab(75, -1, 2) | |
| OKLCH | oklch(0.78 0.006 129) |
Color harmonies
Tints & shades
Code snippets
color: #b7b9b5;
background-color: #b7b9b5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFB7B9B5)
/* Swift / UIKit */
UIColor(red: 0.72, green: 0.73, blue: 0.71, alpha: 1.0)