Grisaille
#91979f
Grisaille, represented by the hex value #91979f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #91979f | |
|---|---|---|
| RGB | rgb(145, 151, 159) | |
| HSL | hsl(214, 7%, 60%) | |
| CMYK | cmyk(9%, 5%, 0%, 38%) | |
| LAB | lab(62, -1, -5) | |
| OKLCH | oklch(0.67 0.014 256) |
Color harmonies
Tints & shades
Code snippets
color: #91979f;
background-color: #91979f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF91979F)
/* Swift / UIKit */
UIColor(red: 0.57, green: 0.59, blue: 0.62, alpha: 1.0)