case "HexColorPicker":
      convertedValue =
        "string" === typeof value && value.includes("#")
          ? value
          : colord(value).toHex();