Bank Vault
#757374
Bank Vault, represented by the hex value #757374, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #757374 | |
|---|---|---|
| RGB | rgb(117, 115, 116) | |
| HSL | hsl(330, 1%, 45%) | |
| CMYK | cmyk(0%, 2%, 1%, 54%) | |
| LAB | lab(49, 1, 0) | |
| OKLCH | oklch(0.56 0.003 345) |
Color harmonies
Tints & shades
Code snippets
color: #757374;
background-color: #757374;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF757374)
/* Swift / UIKit */
UIColor(red: 0.46, green: 0.45, blue: 0.45, alpha: 1.0)