Nuts and Bolts
#898c92
Nuts and Bolts is a color with the hex code #898c92. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #898c92 | |
|---|---|---|
| RGB | rgb(137, 140, 146) | |
| HSL | hsl(220, 4%, 55%) | |
| CMYK | cmyk(6%, 4%, 0%, 43%) | |
| LAB | lab(58, 0, -4) | |
| OKLCH | oklch(0.64 0.01 264) |
Color harmonies
Tints & shades
Code snippets
color: #898c92;
background-color: #898c92;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF898C92)
/* Swift / UIKit */
UIColor(red: 0.54, green: 0.55, blue: 0.57, alpha: 1.0)