Zinc
#92898a
Zinc, represented by the hex value #92898a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #92898a | |
|---|---|---|
| RGB | rgb(146, 137, 138) | |
| HSL | hsl(353, 4%, 55%) | |
| CMYK | cmyk(0%, 6%, 5%, 43%) | |
| LAB | lab(58, 4, 1) | |
| OKLCH | oklch(0.64 0.011 10) |
Color harmonies
Tints & shades
Code snippets
color: #92898a;
background-color: #92898a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF92898A)
/* Swift / UIKit */
UIColor(red: 0.57, green: 0.54, blue: 0.54, alpha: 1.0)